#pragma section #pragma mode=far static void Func1(); static void Func2(); static void Func3(); #pragma section=default #pragma mode=default /****************************************************************************************************************/ /* ??? : UB Func1( void ) */ /****************************************************************************************************************/ UB Func1( void ) { UB rtn, jdg ; rtn = 0; return ( rtn ) ; } /****************************************************************************************************************/ /* ??? : UB Func2( void ) */ /****************************************************************************************************************/ UB Func2( void ) { return ( SCRAP_METHODVER ) ; } #pragma ghs section text=".ra_scrap" /****************************************************************************************************************/ /* ??? : UB Func3( void ) */ /****************************************************************************************************************/ UB Func3( void ) { /* some code */ } #pragma ghs section text=default