diff options
author | Kartik Agaram <vc@akkartik.com> | 2021-01-24 07:51:58 -0800 |
---|---|---|
committer | Kartik Agaram <vc@akkartik.com> | 2021-01-24 19:43:23 -0800 |
commit | dba18f7f6f07840bf981d21a9acabd33f651c860 (patch) | |
tree | 7c0687889876814e8b29eeaaafc65ab485a23288 /baremetal/boot.hex | |
parent | 0e4e8355f0a4dce9cafe2c762e8d38a8b7975a86 (diff) | |
download | mu-dba18f7f6f07840bf981d21a9acabd33f651c860.tar.gz |
7554 - bug in an error handler
Diffstat (limited to 'baremetal/boot.hex')
-rw-r--r-- | baremetal/boot.hex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/baremetal/boot.hex b/baremetal/boot.hex index 44c197b9..50fdb334 100644 --- a/baremetal/boot.hex +++ b/baremetal/boot.hex @@ -193,7 +193,7 @@ # *ds:bx <- ax 89 07 # 00b/mod/indirect 000b/reg/ax 111b/rm/bx -e9 fb ff # loop forever +e9 fd ff # loop forever # padding # c1: |