mirror of
https://github.com/mauiaaron/apple2.git
synced 2024-12-26 00:31:44 +00:00
Work around an apparent clang bug
* tests were previously reported to fail with -O2 optimization
This commit is contained in:
parent
a99b5a1d68
commit
e0dbcf4afc
@ -1403,7 +1403,7 @@ TEST test_BPL(int8_t off, bool flag, uint16_t addrs) {
|
||||
PASS();
|
||||
}
|
||||
|
||||
TEST test_BRA(int8_t off, bool flag, uint16_t addrs) {
|
||||
TEST test_BRA(volatile int8_t off, volatile bool flag, volatile uint16_t addrs) {
|
||||
HEADER0();
|
||||
|
||||
cpu65_pc = addrs;
|
||||
|
Loading…
Reference in New Issue
Block a user