summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNebuleon <nebuleon@alakazam>2017-03-26 06:15:12 +0000
committerNebuleon <nebuleon@alakazam>2017-03-27 02:01:35 +0000
commitb6fbdd7badd790a2a535fceb1af7f226f3ea2e60 (patch)
treef61add6e2a151541cf7b8df60c41f35b3288108d
parentc70f96f253ffe13c14d002853b665765a50e85bc (diff)
downloadReGBA-b6fbdd7badd790a2a535fceb1af7f226f3ea2e60.zip
ReGBA-b6fbdd7badd790a2a535fceb1af7f226f3ea2e60.tar.gz
ReGBA-b6fbdd7badd790a2a535fceb1af7f226f3ea2e60.tar.bz2
mips: Remove declarations of 4 undefined external functions
-rw-r--r--source/mips/emit.h4
-rw-r--r--source/mips/stub.S3
2 files changed, 0 insertions, 7 deletions
diff --git a/source/mips/emit.h b/source/mips/emit.h
index 9384dd3..cf2f92d 100644
--- a/source/mips/emit.h
+++ b/source/mips/emit.h
@@ -49,10 +49,6 @@ uint32_t execute_ror_flags_reg(uint32_t value, uint32_t shift);
void execute_aligned_store32(uint32_t address, uint32_t value);
uint32_t execute_aligned_load32(uint32_t address);
-void reg_check();
-
-void printf_reg(uint32_t num);
-
typedef enum
{
mips_reg_zero, // 0
diff --git a/source/mips/stub.S b/source/mips/stub.S
index 5200932..c4f7433 100644
--- a/source/mips/stub.S
+++ b/source/mips/stub.S
@@ -48,9 +48,6 @@
.global execute_lsr_flags_reg
.global execute_asr_flags_reg
.global execute_ror_flags_reg
-.global invalidate_icache_region
-.global invalidate_all_cache
-.global reg_check
.global call_bios_hle
.global memory_map_read