Disable rck test on i80, which doesn't support it.
This commit is contained in:
parent
585e035c14
commit
ec9b5f5fcd
|
@ -4,8 +4,6 @@
|
||||||
/*
|
/*
|
||||||
* Uses _rck_ for range checks. Catches the EM trap if a value is out
|
* Uses _rck_ for range checks. Catches the EM trap if a value is out
|
||||||
* of range, and continues with the next instruction after _rck_.
|
* of range, and continues with the next instruction after _rck_.
|
||||||
*
|
|
||||||
* Some back ends, like i80, ignore _rck_, so this test fails.
|
|
||||||
*/
|
*/
|
||||||
|
|
||||||
testnr
|
testnr
|
||||||
|
@ -19,6 +17,11 @@ caught
|
||||||
exp $_m_a_i_n
|
exp $_m_a_i_n
|
||||||
pro $_m_a_i_n,0
|
pro $_m_a_i_n,0
|
||||||
|
|
||||||
|
/* These architecture ignore _rck_. */
|
||||||
|
#if defined i80
|
||||||
|
cal $finished
|
||||||
|
#endif
|
||||||
|
|
||||||
lim ; load ignore mask
|
lim ; load ignore mask
|
||||||
loc 2
|
loc 2
|
||||||
and EM_WSIZE ; check bit 1 << ERANGE
|
and EM_WSIZE ; check bit 1 << ERANGE
|
||||||
|
|
Loading…
Reference in a new issue