diff options
author | Kartik Agaram <vc@akkartik.com> | 2020-05-15 01:39:39 -0700 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2020-05-18 00:44:49 -0700 |
commit | 376bde5bf8285d2f35fefec429639811bfa80ae7 (patch) | |
tree | 340c1a9549b81b5baa2dfed9a643173c16a01b4f | |
parent | 4f7720e1ba253c54b3e2a1512e6507303baf897f (diff) | |
download | mu-376bde5bf8285d2f35fefec429639811bfa80ae7.tar.gz |
-
-rw-r--r-- | apps/mu.subx | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/apps/mu.subx b/apps/mu.subx index 7195955f..257fc54c 100644 --- a/apps/mu.subx +++ b/apps/mu.subx @@ -11028,8 +11028,6 @@ test-emit-subx-stmt-primitive: # inouts: int/mem # value: 'ff 0/subop/increment' # - # There's nothing in functions. - # # . prologue 55/push-ebp 89/<- %ebp 4/r32/esp @@ -11143,8 +11141,6 @@ test-emit-subx-stmt-primitive-register: # out: int/reg # value: 'ff 0/subop/increment' # - # There's nothing in functions. - # # . prologue 55/push-ebp 89/<- %ebp 4/r32/esp @@ -11292,8 +11288,6 @@ test-emit-subx-stmt-select-primitive: # inout: int/mem # value: 'ff 0/subop/increment' # - # There's nothing in functions. - # # . prologue 55/push-ebp 89/<- %ebp 4/r32/esp @@ -11468,8 +11462,6 @@ test-emit-subx-stmt-select-primitive-2: # inout: int/mem # value: 'ff 0/subop/increment' # - # There's nothing in functions. - # # . prologue 55/push-ebp 89/<- %ebp 4/r32/esp |