[openfirmware] [commit] r3541 - ofw/core

repository service svn at openfirmware.info
Mon Feb 11 05:20:03 CET 2013


Author: quozl
Date: Mon Feb 11 05:20:02 2013
New Revision: 3541
URL: http://tracker.coreboot.org/trac/openfirmware/changeset/3541

Log:
core - allow go after keyboard interrupt, to resume execution.

Modified:
   ofw/core/reenter.fth

Modified: ofw/core/reenter.fth
==============================================================================
--- ofw/core/reenter.fth	Mon Feb 11 05:18:54 2013	(r3540)
+++ ofw/core/reenter.fth	Mon Feb 11 05:20:02 2013	(r3541)
@@ -15,7 +15,8 @@
    talign		\ ... in case dp is misaligned
 
    aborted? @  if
-      aborted? off  hex cr  ." Keyboard interrupt" cr  .go-message   exit
+      aborted? off  true to already-go?
+      hex cr  ." Keyboard interrupt" cr .go-message exit
    then
 
    [ also hidden ] (.exception) [ previous ]



More information about the openfirmware mailing list