Generate a call to _divide_by_zero_error on RiscV
This commit is contained in:
3
tests/vm/printi_negative_hex.elna
Normal file
3
tests/vm/printi_negative_hex.elna
Normal file
@ -0,0 +1,3 @@
|
||||
proc main() {
|
||||
printi(-0x81);
|
||||
}
|
3
tests/vm/printi_signed_hex.elna
Normal file
3
tests/vm/printi_signed_hex.elna
Normal file
@ -0,0 +1,3 @@
|
||||
proc main() {
|
||||
printi(+0x81);
|
||||
}
|
Reference in New Issue
Block a user