aboutsummaryrefslogtreecommitdiff
path: root/test/float-to-uint32.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/float-to-uint32.qbe')
-rw-r--r--test/float-to-uint32.qbe2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/float-to-uint32.qbe b/test/float-to-uint32.qbe
index 2cfc65f..a06c5fd 100644
--- a/test/float-to-uint32.qbe
+++ b/test/float-to-uint32.qbe
@@ -3,6 +3,6 @@ function w $f() {
@start.1
@body.2
%.1 =s call $g()
- %.2 =l stosi %.1
+ %.2 =w stoui %.1
ret %.2
}