2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>

* cpu.c: Comment out may_alias so this compiles without a compiler
	error.
This commit is contained in:
Joel Sherrill
2007-06-21 19:04:31 +00:00
parent 782e3e8b96
commit 8e11da7e5e
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c: Comment out may_alias so this compiles without a compiler
error.
2007-06-21 Joel Sherrill <joel.sherrill@OARcorp.com>
* cpu.c: Merge patch from Till Straumann which would work except gcc

View File

@@ -460,7 +460,7 @@ typedef struct AuxFrame_ {
void (*eip)();
jmp_buf *pjb;
uint32_t old_esp;
} AuxFrame __attribute__((may_alias));
} AuxFrame /* __attribute__((may_alias)) ICE when not commented out*/;
/* MUST make sure this is called in a new frame so it
* uses the new stack