diff options
Diffstat (limited to 'baremetal/313index-bounds-check.subx')
-rw-r--r-- | baremetal/313index-bounds-check.subx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/baremetal/313index-bounds-check.subx b/baremetal/313index-bounds-check.subx index 8380d741..4624a2ac 100644 --- a/baremetal/313index-bounds-check.subx +++ b/baremetal/313index-bounds-check.subx @@ -1,5 +1,7 @@ # TODO: bring this back +== code + __check-mu-array-bounds: # index: int, elem-size: int, arr-size: int, function-name: (addr array byte), array-name: (addr array byte) # . prologue 55/push-ebp |