diff options
author | Benedikt Böhm <bb@xnull.de> | 2009-07-07 09:46:27 +0200 |
---|---|---|
committer | Benedikt Böhm <bb@xnull.de> | 2009-07-07 09:46:27 +0200 |
commit | d15276557c65de2a1941632ec9024dea261cce26 (patch) | |
tree | a6a71e24e428f40bf2bdc54d2d4efaf4561786c9 /test/test5.t | |
parent | b5d10e72de8d93a232886f069db9791b85c3e332 (diff) | |
download | swppy-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/test5.t')
-rw-r--r-- | test/test5.t | 1 |
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] |