* Kevin Lawton -- Saturday 09 June 2001 14:47:
> 
>   vm_save_flags(eflags);
>   if ( ((eflags >> 12) & 3) != 0 ) {
>     hostprint(".......\n");
>     return 1;
>     }
>   vm_restore_flags(...);

Err ... and that condition is true, that is: the "hostprint" command
gets executed!

m.

Reply via email to