r61524: stay compatible with sh3eb-elf

This commit is contained in:
lephe 2019-07-13 11:45:21 -04:00
parent be415fb4b3
commit bbe51f9a34
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ typedef word_union(entry_mode_t,
// Device communication primitives
//---
#define synco() __asm__ volatile ("synco":::"memory")
#define synco() __asm__ volatile (".word 0x00ab":::"memory")
/* Interface with the controller */
GDATA static volatile uint16_t *intf = (void *)0xb4000000;