From: Øyvind Harboe Date: Sun, 22 Nov 2009 19:18:26 +0000 (+0100) Subject: mips: use const for code sequences X-Git-Tag: v0.4.0-rc1~444 X-Git-Url: https://review.openocd.org/gitweb?a=commitdiff_plain;h=2d6829d6982fa485b8cabb3a91e41b9c50c7f3d1;hp=2d6829d6982fa485b8cabb3a91e41b9c50c7f3d1;p=openocd.git 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 ---