summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorBenedikt Böhm <bb@xnull.de>2009-07-07 09:46:27 +0200
committerBenedikt Böhm <bb@xnull.de>2009-07-07 09:46:27 +0200
commitd15276557c65de2a1941632ec9024dea261cce26 (patch)
treea6a71e24e428f40bf2bdc54d2d4efaf4561786c9 /test
parentb5d10e72de8d93a232886f069db9791b85c3e332 (diff)
downloadswppy-d15276557c65de2a1941632ec9024dea261cce26.tar.gz
swppy-d15276557c65de2a1941632ec9024dea261cce26.tar.xz
swppy-d15276557c65de2a1941632ec9024dea261cce26.zip
make instruction 64-bit wide to support more than 32 registers
Diffstat (limited to 'test')
-rw-r--r--test/test5.t1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test5.t b/test/test5.t
index cfc094c..c6e786d 100644
--- a/test/test5.t
+++ b/test/test5.t
@@ -3,6 +3,7 @@ fun main[]
print x
y = call ggt2[30,40]
print y
+ @x == y
end
fun ggt1[x,y]