mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-24 12:23:31 +08:00
The Apollo compiler doesn't like assigning variables to enum's. So,
add a new enum to the class, with a value of 0.
This commit is contained in:
@ -422,7 +422,7 @@ static void s_proc();
|
||||
|
||||
#endif /* not __STDC__ */
|
||||
|
||||
static enum m68k_architecture current_architecture = 0;
|
||||
static enum m68k_architecture current_architecture = _m68k_undef;
|
||||
|
||||
/* BCC68000 is for patching in an extra jmp instruction for long offsets
|
||||
on the 68000. The 68000 doesn't support long branches with branchs */
|
||||
|
Reference in New Issue
Block a user