!SYS_INT_PROCESSOR_STATUS SYS_INT_StatusGetAndDisable ( void )
!{
0x9D0261EC: ADDIU SP, SP, -8
0x9D0261F0: SW RA, 4(SP)
! SYS_INT_PROCESSOR_STATUS processorStatus;
! /* Save the processor status and then Disable the global interrupt */
! processorStatus = ( SYS_INT_PROCESSOR_STATUS )__builtin_disable_interrupts();
0x9D0261F4: DI V0
0x9D0261F8: EHB
! /* return the processor status */
! return processorStatus;
!}
0x9D0261FC: LW RA, 4(SP)
0x9D026200: JR RA
0x9D026204: ADDIU SP, SP, 8
多谢!
|