summaryrefslogtreecommitdiff
path: root/src/sim/syscall_emul.hh
diff options
context:
space:
mode:
authorChris Emmons <Chris.Emmons@ARM.com>2011-03-17 19:20:20 -0500
committerChris Emmons <Chris.Emmons@ARM.com>2011-03-17 19:20:20 -0500
commitccaaa98b4916f730e5eee0cb1d206dca21cb802d (patch)
tree339a2874833e9276e5717fd93f2e0e4cf52e4f17 /src/sim/syscall_emul.hh
parent53ab306acc725670138d6f65ae2dbef241ac49a3 (diff)
downloadgem5-ccaaa98b4916f730e5eee0cb1d206dca21cb802d.tar.xz
ARM: Add minimal ARM_SE support for m5threads.
Updated some of the assembly code sequences to use armv7 instructions and coprocessor 15 for storing the TLS pointer.
Diffstat (limited to 'src/sim/syscall_emul.hh')
-rw-r--r--src/sim/syscall_emul.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/sim/syscall_emul.hh b/src/sim/syscall_emul.hh
index 1dc51ad56..5091c275d 100644
--- a/src/sim/syscall_emul.hh
+++ b/src/sim/syscall_emul.hh
@@ -187,6 +187,8 @@ SyscallReturn unimplementedFunc(SyscallDesc *desc, int num,
/// trace flag is enabled. Return success to the target program.
SyscallReturn ignoreFunc(SyscallDesc *desc, int num,
LiveProcess *p, ThreadContext *tc);
+SyscallReturn ignoreWarnOnceFunc(SyscallDesc *desc, int num,
+ LiveProcess *p, ThreadContext *tc);
/// Target exit() handler: terminate current context.
SyscallReturn exitFunc(SyscallDesc *desc, int num,