]> xenbits.xensource.com Git - seabios.git/commit
Fix build issue on gcc34
authorKevin O'Connor <kevin@koconnor.net>
Wed, 12 Nov 2014 22:49:33 +0000 (17:49 -0500)
committerKevin O'Connor <kevin@koconnor.net>
Wed, 12 Nov 2014 22:49:33 +0000 (17:49 -0500)
commit83c82769d1246a00e1773764505184cb95d4f663
tree96bda1021f58c9f6859427cf66f0405affece30b
parentb0d42bd03225ad61e5421e12b57f633f84637328
Fix build issue on gcc34

Older versions of gcc may not inline on_extra_stack() and thus cause a
link error when compiling in 32bit segmented mode.  Test for MODE16
explicitly in stack_hop_back() to prevent the problem.

Signed-off-by: Kevin O'Connor <kevin@koconnor.net>
src/stacks.c