Add typereps to remote call instructions

This commit is contained in:
Ulf Norell
2019-08-13 14:18:01 +02:00
parent af6224cb3b
commit 3721fde7e8
2 changed files with 19 additions and 15 deletions
+5 -5
View File
@@ -28,11 +28,11 @@ FUNCTION tailcall(integer) -> integer
INCA
CALL_T "inc"
FUNCTION remote_call(integer) : integer
PUSH arg0
CALL_R remote.add_five 1 0
INCA
RETURN
;; FUNCTION remote_call(integer) : integer
;; PUSH arg0
;; CALL_R remote.add_five {tuple, [integer]} integer 0 ;; typereps don't parse
;; INCA
;; RETURN
;; Test the code from the shell
;; _build/default/rel/aessembler/bin/aessembler console