mirror of
https://git.planet-casio.com/Lephenixnoir/gint.git
synced 2024-12-29 13:03:36 +01:00
r61524: stay compatible with sh3eb-elf
This commit is contained in:
parent
be415fb4b3
commit
bbe51f9a34
1 changed files with 1 additions and 1 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue