diff options
| author | Eugen Wissner <belka@caraus.de> | 2024-10-30 14:12:51 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2024-10-30 14:12:51 +0100 |
| commit | 43882a3a0697945b35194c2b5940605e9f4dd846 (patch) | |
| tree | 494bde0fec422937f26b7b1a954adbcd477f7a9b /tests/vm/printi_signed_hex.elna | |
| parent | 6b92e5059c04709b3506bb4e7bef29872b16811f (diff) | |
| download | elna-43882a3a0697945b35194c2b5940605e9f4dd846.tar.gz | |
Generate a call to _divide_by_zero_error on RiscV
Diffstat (limited to 'tests/vm/printi_signed_hex.elna')
| -rw-r--r-- | tests/vm/printi_signed_hex.elna | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/vm/printi_signed_hex.elna b/tests/vm/printi_signed_hex.elna new file mode 100644 index 0000000..465c852 --- /dev/null +++ b/tests/vm/printi_signed_hex.elna @@ -0,0 +1,3 @@ +proc main() { + printi(+0x81); +} |
