Introduce VARFSEG for variables that will reside in the f-segment.
commit4195349d78a215253e4ac1a0e1395dd4c8a7318c
authorKevin O'Connor <kevin@koconnor.net>
Tue, 19 Feb 2013 04:09:01 +0000 (18 23:09 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 19 Feb 2013 04:09:01 +0000 (18 23:09 -0500)
tree5323d219646efbf149e34cce240d2aeb24fce72e
parentbbd04589279e8ebd4df6a928e06d1cf495fd0d9e
Introduce VARFSEG for variables that will reside in the f-segment.

Introduce a variable declaration that will force variables (that are
compiled in 32bit mode) to be emitted into the f-segment.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/types.h
tools/layoutrom.py