Changeset 481 for trunk/hal/tsar_mips32/core/hal_kentry.h
- Timestamp:
- Aug 21, 2018, 9:51:40 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/hal/tsar_mips32/core/hal_kentry.h
r408 r481 97 97 * to address contained in EPC calling hal_kentry_eret() 98 98 ************************************************************************************/ 99 void hal_kentry_enter( );99 void hal_kentry_enter( void ); 100 100 101 101 /************************************************************************************* … … 104 104 * contained in the c0_epc register. 105 105 * ************************************************************************************/ 106 void hal_kentry_eret( );106 void hal_kentry_eret( void ); 107 107 108 108 #endif /* _HAL_KENTRY_H_ */
Note: See TracChangeset
for help on using the changeset viewer.