diff options
author | Kevin O'Connor <kevin@koconnor.net> | 2013-10-26 11:48:06 -0400 |
---|---|---|
committer | Kevin O'Connor <kevin@koconnor.net> | 2013-10-26 11:48:06 -0400 |
commit | 1902c94de0c5621726c0b05b55a2bb33e76268d6 (patch) | |
tree | f1cd02a0706a61550a7ab22018666c4bced1d136 /scripts/acpi_extract_preprocess.py | |
parent | f08e84793c51ef64dc1d08e3a9bee3f47581e8de (diff) | |
download | seabios-1902c94de0c5621726c0b05b55a2bb33e76268d6.zip seabios-1902c94de0c5621726c0b05b55a2bb33e76268d6.tar.gz seabios-1902c94de0c5621726c0b05b55a2bb33e76268d6.tar.bz2 |
Convert op->drive_g from a 16bit pointer to a 32 bit "GLOBALFLAT" pointer.
The "drive" structure is always malloc'ed and therefore always starts
off described as a 32-bit "flat" pointer. Instead of switching
to/from 16bit pointers, make all the code use the 32bit pointer. This
eliminates the confusing 16/32 bit pointer switches.
This patch also removes the "_g" suffixes on local variables in
functions that are always called in 32bit mode.
Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
Diffstat (limited to 'scripts/acpi_extract_preprocess.py')
0 files changed, 0 insertions, 0 deletions