From 43882a3a0697945b35194c2b5940605e9f4dd846 Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Wed, 30 Oct 2024 14:12:51 +0100 Subject: Generate a call to _divide_by_zero_error on RiscV --- tests/expectations/printi_negative_hex.txt | 1 + tests/expectations/printi_signed_hex.txt | 1 + 2 files changed, 2 insertions(+) create mode 100644 tests/expectations/printi_negative_hex.txt create mode 100644 tests/expectations/printi_signed_hex.txt (limited to 'tests/expectations') diff --git a/tests/expectations/printi_negative_hex.txt b/tests/expectations/printi_negative_hex.txt new file mode 100644 index 0000000..9828ff2 --- /dev/null +++ b/tests/expectations/printi_negative_hex.txt @@ -0,0 +1 @@ +-129 diff --git a/tests/expectations/printi_signed_hex.txt b/tests/expectations/printi_signed_hex.txt new file mode 100644 index 0000000..b0d7324 --- /dev/null +++ b/tests/expectations/printi_signed_hex.txt @@ -0,0 +1 @@ +129 -- cgit v1.2.3