aboutsummaryrefslogtreecommitdiff
path: root/sim/tic80
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1997-05-20 23:53:47 +0000
committerJeff Law <law@redhat.com>1997-05-20 23:53:47 +0000
commit003c91bec4849e4a5b54d6e81383a4ff4376e996 (patch)
tree79bd3bbdf1600531f18465bb1d9cdb826b559211 /sim/tic80
parent4e39c0f9b2c6500cd9d0fc63ad4daea7be63d0fc (diff)
downloadgdb-003c91bec4849e4a5b54d6e81383a4ff4376e996.zip
gdb-003c91bec4849e4a5b54d6e81383a4ff4376e996.tar.gz
gdb-003c91bec4849e4a5b54d6e81383a4ff4376e996.tar.bz2
* interp.c: Replace all references to load_mem and store_mem
with references to load_byte, load_half, load_3_byte, load_word and store_byte, store_half, store_3_byte, store_word. (INLINE): Delete definition. (load_mem_big): Likewise. (max_mem): Make it global. (dispatch): Make this function inline. (load_mem, store_mem): Delete functions. * mn10300_sim.h (INLINE): Define. (RLW): Delete unused definition. (load_mem, store_mem): Delete declarations. (load_mem_big): New definition. (load_byte, load_half, load_3_byte, load_word): New functions. (store_byte, store_half, store_3_byte, store_word): New functions. * simops.c: Replace all references to load_mem and store_mem with references to load_byte, load_half, load_3_byte, load_word and store_byte, store_half, store_3_byte, store_word.
Diffstat (limited to 'sim/tic80')
0 files changed, 0 insertions, 0 deletions