diff options
Diffstat (limited to 'core/comboot.inc')
| -rw-r--r-- | core/comboot.inc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/comboot.inc b/core/comboot.inc index e5afbe25..f6270a8c 100644 --- a/core/comboot.inc +++ b/core/comboot.inc @@ -294,7 +294,8 @@ comboot_getchar: comboot_int28: sti cld - call do_idle + extern __idle + pm_call __idle iret ; |
