diff options
Diffstat (limited to 'target-i386/op.c')
-rw-r--r-- | target-i386/op.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/target-i386/op.c b/target-i386/op.c index 7d8950e079..77930db125 100644 --- a/target-i386/op.c +++ b/target-i386/op.c @@ -953,6 +953,11 @@ void OPPROTO op_rdtsc(void) helper_rdtsc(); } +void OPPROTO op_rdpmc(void) +{ + helper_rdpmc(); +} + void OPPROTO op_cpuid(void) { helper_cpuid(); |