bugfix: save/restore state before C routine

This commit is contained in:
Aaron Culliney 2013-09-15 09:07:36 -07:00
parent b0236992d2
commit 0e81927f5b

View File

@ -191,7 +191,9 @@ E(read_keyboard_strobe)
ret
E(read_random)
pushal
call SN(c_read_random)
popal
movb SN(random_value), %al
ret