summaryrefslogtreecommitdiff
path: root/src/code
diff options
context:
space:
mode:
authorRoman971 <32455037+Roman971@users.noreply.github.com>2021-11-23 19:31:44 +0100
committerGitHub <noreply@github.com>2021-11-24 03:31:44 +0900
commit8d4828a3bee11e7de27cd3dfe96c5c9970a78edd (patch)
tree778d2de7b85f4cbbde0156c0bf61e9d83cc2df99 /src/code
parenta497f33bda7686e3aa948898000ecd3a861c5704 (diff)
Add pad_text to mkldscript and update progress.py (#1024)
* Add pad_text to mkldscript and update progress.py Implements `pad_text` from MM and uses it instead of asm nops for the padding in ucode_disas. Also updates `progress.py` to account for the change (RIP 1000000 code size), and to have a green badge for 100%. * Remove 1.00mb comment in progress.py Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com> Co-authored-by: Anghelo Carvajal <angheloalf95@gmail.com>
Diffstat (limited to 'src/code')
-rw-r--r--src/code/ucode_disas.c5
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")