mips: use const for code sequences
commit2d6829d6982fa485b8cabb3a91e41b9c50c7f3d1
authorØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 22 Nov 2009 19:18:26 +0000 (22 20:18 +0100)
committerØyvind Harboe <oyvind.harboe@zylin.com>
Sun, 22 Nov 2009 19:18:26 +0000 (22 20:18 +0100)
tree04714e5148178a6a422c43cbfd600b0ad30f4ff8
parent5985dee35da3ea24f1c9cb30b6cd50aa1bc63660
mips: use const for code sequences

This will allow data to be allocated in read only
memory instead of on the stack. Speeds things up
and reduces stack usage.

Signed-off-by: Øyvind Harboe <oyvind.harboe@zylin.com>
src/target/mips32_pracc.c
src/target/mips32_pracc.h