diff options
Diffstat (limited to 'src/code')
| -rw-r--r-- | src/code/ucode_disas.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/code/ucode_disas.c b/src/code/ucode_disas.c index ded32479a..4af0898b0 100644 --- a/src/code/ucode_disas.c +++ b/src/code/ucode_disas.c @@ -1356,8 +1356,3 @@ void UCodeDisas_RegisterUCode(UCodeDisas* this, s32 count, UCodeInfo* ucodeArray void UCodeDisas_SetCurUCode(UCodeDisas* this, void* ptr) { UCodeDisas_SetCurUCodeImpl(this, ptr); } - -// 4 bytes of nops, separating this file from audio_synthesis and padding .text -// to a 32-byte boundary. Unclear what this comes from... maybe the audio -// library was built separately and aligned to 32 bytes? -#pragma GLOBAL_ASM("asm/non_matchings/code/ucode_disas/pad_800DACB0.s") |
