aboutsummaryrefslogtreecommitdiff
path: root/test/wchar-sign+x86_64.qbe
diff options
context:
space:
mode:
Diffstat (limited to 'test/wchar-sign+x86_64.qbe')
-rw-r--r--test/wchar-sign+x86_64.qbe2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/wchar-sign+x86_64.qbe b/test/wchar-sign+x86_64.qbe
index 8f84971..888a5c9 100644
--- a/test/wchar-sign+x86_64.qbe
+++ b/test/wchar-sign+x86_64.qbe
@@ -3,7 +3,7 @@ export
function w $main() {
@start.1
@body.2
- %.1 =w sub 0, 1
+ %.1 =w neg 1
%.2 =w csgtw %.1, 0
ret %.2
}