--- x/Kernel/src/emu.c.orig	2010-06-30 19:23:36.000000000 -0700
+++ x/Kernel/src/emu.c	2010-09-13 06:28:02.138030239 -0700
@@ -3708,7 +3708,7 @@
 	 * Trust_inline, because the opcodes must remain distinguishable! */
 	Case(Trust_inline, I_Trust_inline)		/* debug,alt,envsize */
 	    back_code = PP;
-	    DBG_PORT = PP->nint;
+	    DBG_PORT = PP->nint|INLINE_PORT;
 	    PP = PP[1].code;
 	    goto _trust_me_;
 
