These changes are the raw update to qemu-2.6.
[kvmfornfv.git] / qemu / roms / openbios / forth / system / ciface.fs
index fd6c54e..85a6076 100644 (file)
@@ -326,6 +326,14 @@ external
 
 : exit ( -- )
   ." EXIT"
+  
+  \ Execute (exit) hook if one exists
+  s" (exit)" $find if
+    execute
+  else
+    2drop
+  then
+  
   outer-interpreter
 ;