GLK: ADRIFT: Avoid internal compiler error on RISC OS with -O3
This commit is contained in:
parent
6cfb6dbef8
commit
4321dd5fd1
1 changed files with 1 additions and 1 deletions
|
@ -503,7 +503,7 @@ static void parse_push_key(sc_vartype_t vt_key, sc_char type) {
|
|||
sc_fatal("parse_push_key: stack overrun\n");
|
||||
|
||||
/* Push the key, and its associated type. */
|
||||
parse_vt_key[parse_depth] = vt_key;
|
||||
memcpy(parse_vt_key + parse_depth, &vt_key, sizeof(vt_key));
|
||||
parse_format[parse_depth] = type;
|
||||
parse_depth++;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue