]> xenbits.xensource.com Git - osstest/seabios.git/commit
stacks: Make sure to initialize Call16Data
authorKevin O'Connor <kevin@koconnor.net>
Tue, 16 May 2017 15:36:43 +0000 (11:36 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Tue, 16 May 2017 15:36:43 +0000 (11:36 -0400)
commit5869a6b58745e3e83f4b9257cf6f64216d5e61dc
treec6a532f48a31438c0f289205cd4d60a54af1409b
parentd8b308077e984d4baf852448536ae59307efd808
stacks: Make sure to initialize Call16Data

Initialize the Call16Data at startup - otherwise some early yield()
calls may check for interrupts without using the preferred A20
setting.

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