;   ####             #    #     # #
;   #   #            #    #       #          The FreeWare C library for
;   #   #  ##   ###  #  # #     # ###             RISC OS machines
;   #   # #  # #     # #  #     # #  #   ___________________________________
;   #   # ####  ###  ##   #     # #  #
;   #   # #        # # #  #     # #  #    Please refer to the accompanying
;   ####   ### ####  #  # ##### # ###    documentation for conditions of use
;   ________________________________________________________________________

	AREA |D$$Code|, CODE, READONLY
	EXPORT Desk_SWI2
	IMPORT	Desk_SWI

Desk_SWI2
	ORR	r2, r2, #&80000000	; _kernel_swi magic bit meaning not-X.
	B	Desk_SWI
	
	END
