summaryrefslogtreecommitdiff
path: root/src/compression.S
diff options
context:
space:
mode:
authorTreeki <treeki@gmail.com>2012-03-15 02:54:33 +0100
committerTreeki <treeki@gmail.com>2012-03-15 02:54:33 +0100
commite88fd1dcef52d4375fef655918886fc14bb1f40c (patch)
treef081b14a420331258665a58ad31be54b13b1c655 /src/compression.S
parent18a6c3dbe01f484b346923ebc53f674c1e4a5101 (diff)
downloadkamek-e88fd1dcef52d4375fef655918886fc14bb1f40c.tar.gz
kamek-e88fd1dcef52d4375fef655918886fc14bb1f40c.zip
optimisations to reduce code size
Diffstat (limited to 'src/compression.S')
-rw-r--r--src/compression.S26
1 files changed, 13 insertions, 13 deletions
diff --git a/src/compression.S b/src/compression.S
index dfa2894..93cdd05 100644
--- a/src/compression.S
+++ b/src/compression.S
@@ -36,10 +36,10 @@ InitCompression:
stw r0, 0x14(sp)
# -- Prolog
- lis r3, CMsg@h
- ori r3, r3, CMsg@l
- crclr 4*cr1+eq
- bl OSReport
+# lis r3, CMsg@h
+# ori r3, r3, CMsg@l
+# crclr 4*cr1+eq
+# bl OSReport
lis r3, CCCL@h
ori r3, r3, CCCL@l
@@ -54,11 +54,11 @@ InitCompression:
ori r4, r4, DecompBufferPointer@l
stw r3, 0(r4)
- mr r4, r3
- lis r3, CMsg2@h
- ori r3, r3, CMsg2@l
- crclr 4*cr1+eq
- bl OSReport
+# mr r4, r3
+# lis r3, CMsg2@h
+# ori r3, r3, CMsg2@l
+# crclr 4*cr1+eq
+# bl OSReport
# -- Epilog
li r3, 1
@@ -114,11 +114,11 @@ CCCL:
CCCL_End:
.long 0
-CMsg:
- .string "Setting up fancy decompression!\n"
+#CMsg:
+# .string "Setting up fancy decompression!\n"
-CMsg2:
- .string "Buffer: %p\n"
+#CMsg2:
+# .string "Buffer: %p\n"
.align 4