diff options
author | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-14 01:08:09 +0000 |
---|---|---|
committer | edgar_igl <edgar_igl@c046a42c-6fe2-441c-8c8c-71466251a162> | 2008-03-14 01:08:09 +0000 |
commit | 786c02f1acb73ca68ecdc4fa93911495dc1147c6 (patch) | |
tree | 0af7a4fd67683e1f6531d56c3da62a943b8ee801 /target-cris/helper.h | |
parent | e62b5b133b97e07711741e2a4e2bf3e4dbc254f8 (diff) |
Model more parts of the ETRAX mmu (still alot missing).
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@4056 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'target-cris/helper.h')
-rw-r--r-- | target-cris/helper.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/target-cris/helper.h b/target-cris/helper.h new file mode 100644 index 0000000000..c2af3261db --- /dev/null +++ b/target-cris/helper.h @@ -0,0 +1,3 @@ +#define TCG_HELPER_PROTO +void TCG_HELPER_PROTO helper_tlb_update(uint32_t T0); + |