commit | 92f95b0fecca029a0c4dd81203e6b42f60c4a382 | [log] [tgz] |
---|---|---|
author | Kevin O'Connor <kevin@koconnor.net> | Mon Dec 29 20:42:40 2008 -0500 |
committer | Kevin O'Connor <kevin@koconnor.net> | Mon Dec 29 20:42:40 2008 -0500 |
tree | 63a9bb2ff504decebbfd73d3a41d22d7c7aaf4be | |
parent | c659fdedadce1566308675d0c44537ade0eb12a2 [diff] |
Add more linker protections around variables accessed from 16bit mode. Rename VAR16 to VAR16_32 -- that macro supports accesses from both 16bit and 32bit mode. Introduce a new macro VAR16 that must be present on all global variables accessed from 16bit mode.