diff options
author | Kartik Agaram <vc@akkartik.com> | 2019-11-14 15:58:10 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2019-11-14 15:58:10 -0800 |
commit | 0d8cdcf290c123880f3d6f87665a20e80d9b64a2 (patch) | |
tree | e1273cb5361cddd622d4f78d7b0ade92c1c56689 | |
parent | ddb8334fef53c3bf47d5f7e7fc6672be892e20b3 (diff) | |
download | mu-0d8cdcf290c123880f3d6f87665a20e80d9b64a2.tar.gz |
5740
-rw-r--r-- | apps/mu.subx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index a887a4f9..49a14298 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -1033,8 +1033,6 @@ test-emit-subx-statement-primitive: # 0-7 are in registers; # higher positive numbers are invalid) # - # There's nothing in registers. - # # There's a primitive with this info: # name: 'increment' # inout: int/mem @@ -1110,8 +1108,6 @@ test-emit-subx-statement-function-call: # 0-7 are in registers; # higher positive numbers are invalid) # - # There's nothing in registers. - # # There's nothing in primitives. # # There's a function with this info: |