bits 32

;
; This recovery method simply spins the calling thread.  It is assumed that
; the calling thread will be running at PASSIVE_LEVEL, otherwise bad things
; may occur.
;

main:
	db 0xeb, 0xfe
