aboutsummaryrefslogtreecommitdiffstats
path: root/code32.h
blob: 2dcffc69780e5c2d16ededbabeda13d5dcb99dd7 (plain) (blame)
1
2
3
4
5
6
/* this is not needed anymore (not globally) */
#if 0
#pragma data_seg("_LTEXT", "CODE")
#pragma code_seg("_LTEXT", "CODE")
#pragma const_seg("_LTEXT", "CODE")
#endif