SECTION "code",CODE INCLUDE "reqtools.i" XDEF _rtScreenToFrontSafely _rtScreenToFrontSafely: move.l a6,-(a7) GETRTBASE move.l 8(a7),a0 jsr _LVOrtScreenToFrontSafely(a6) move.l (a7)+,a6 rts END