32x: split sh2 code, compiler stub
[picodrive.git] / pico / carthw / svp / stub_arm.S
index cd2daae..87c8f80 100644 (file)
@@ -5,14 +5,6 @@
 @ (c) Copyright 2008, Grazvydas "notaz" Ignotas
 @ Free for non-commercial use.
 
-.if 0
-#include "compiler.h"
-.endif
-
-.global tcache
-.global ssp_block_table
-.global ssp_block_table_iram
-
 .global ssp_drc_entry
 .global ssp_drc_next
 .global ssp_drc_next_patch
 .global ssp_hle_11_384
 .global ssp_hle_11_38a
 
-@ translation cache buffer + pointer table
-.data
-.align 12 @ 4096
-@.size tcache, SSP_TCACHE_SIZE
-@.size ssp_block_table, SSP_BLOCKTAB_SIZE
-@.size ssp_block_table_iram, SSP_BLOCKTAB_IRAM_SIZE
-tcache:
- .space SSP_TCACHE_SIZE
-ssp_block_table:
- .space SSP_BLOCKTAB_SIZE
-ssp_block_table_iram:
- .space SSP_BLOCKTAB_IRAM_SIZE
- .space SSP_BLOCKTAB_ALIGN_SIZE
-
 .text
 .align 2
 
-
 @       SSP_GR0, SSP_X,     SSP_Y,   SSP_A,
 @       SSP_ST,  SSP_STACK, SSP_PC,  SSP_P,
 @       SSP_PM0, SSP_PM1,   SSP_PM2, SSP_XST,