.pg .x return__if__error .x Obsolete Macros > return__if__error .lt ------------------------------------------------------------------------ RETURN_IF_ERROR ------------------------------------------------------------------------ .el .b 3 The RETURN__IF__ERROR macro will generate a RETURN from a MODULE or PROCEDURE if an error exists based on the value of register r0. .b It is equivalent to the following: .b .lt if then return end .el