mirror of
https://github.com/ventoy/Ventoy.git
synced 2024-11-19 09:25:30 +00:00
11 lines
198 B
C
11 lines
198 B
C
#ifndef GRUB_MIPS64_ASM_HEADER
|
|
#define GRUB_MIPS64_ASM_HEADER 1
|
|
|
|
#define GRUB_ASM_T4 $a4
|
|
#define GRUB_ASM_T5 $a5
|
|
#define GRUB_ASM_SZREG 8
|
|
#define GRUB_ASM_REG_S sd
|
|
#define GRUB_ASM_REG_L ld
|
|
|
|
#endif
|