Merge pull request #1057 from antmicro/rocket-asm-alignment

cpu/rocket: naturally align data defined in crt0.S
This commit is contained in:
enjoy-digital 2021-10-04 17:57:43 +02:00 committed by GitHub
commit 04885a5d77
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -112,11 +112,14 @@ inf_loop:
j inf_loop
.bss
.align 8
smp_ap_args:
.dword 0
.dword 0
.dword 0
.align 8
smp_ap_target:
.dword 0
.align 8
smp_ap_ready:
.dword 0