diff options
author | Stan Shebs <shebs@codesourcery.com> | 1999-09-09 00:02:17 +0000 |
---|---|---|
committer | Stan Shebs <shebs@codesourcery.com> | 1999-09-09 00:02:17 +0000 |
commit | d4f3574e777abfa65c9ba134e582228f3f32a8d6 (patch) | |
tree | 408b74c26833555087f04f4ec466afd488af6087 /sim/d30v/cpu.h | |
parent | 325188ecac3a52d92d359c70f9b730470760e1d7 (diff) | |
download | gdb-d4f3574e777abfa65c9ba134e582228f3f32a8d6.zip gdb-d4f3574e777abfa65c9ba134e582228f3f32a8d6.tar.gz gdb-d4f3574e777abfa65c9ba134e582228f3f32a8d6.tar.bz2 |
import gdb-1999-09-08 snapshot
Diffstat (limited to 'sim/d30v/cpu.h')
-rw-r--r-- | sim/d30v/cpu.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sim/d30v/cpu.h b/sim/d30v/cpu.h index d24a4ac..f848b61 100644 --- a/sim/d30v/cpu.h +++ b/sim/d30v/cpu.h @@ -240,4 +240,10 @@ extern int d30v_write_mem const char *buf, int bytes); +/* Process all of the queued up writes in order now */ +void unqueue_writes +(SIM_DESC sd, + sim_cpu *cpu, + address_word cia); + #endif /* _CPU_H_ */ |