1
0
mirror of https://github.com/rcore-os/rCore.git synced 2024-11-22 16:16:16 +04:00

Add .align 4 to fix potential alignment problem, see issue #33 (#34)

This commit is contained in:
Chen 2020-02-17 21:26:06 +08:00 committed by GitHub
parent a838a1fb9a
commit cd81f4cc73
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -116,6 +116,7 @@ _to_kernel:
.endm
.section .text
.align 4
.globl trap_entry
trap_entry:
SAVE_ALL