diff options
Diffstat (limited to 'dev/boot/src/HEL/ARM64/BootAPI.S')
| -rw-r--r-- | dev/boot/src/HEL/ARM64/BootAPI.S | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/dev/boot/src/HEL/ARM64/BootAPI.S b/dev/boot/src/HEL/ARM64/BootAPI.S deleted file mode 100644 index 55183abf..00000000 --- a/dev/boot/src/HEL/ARM64/BootAPI.S +++ /dev/null @@ -1,12 +0,0 @@ -.global rt_jump_to_address - -.text - -/** - @brief this function setups a stack and then jumps to - a function */ -rt_jump_to_address: - mov sp, x1 - br x0 - ret - |
