diff options
author | Richard Henderson <rth@twiddle.net> | 2012-08-24 15:20:49 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-01-05 12:18:42 -0800 |
commit | 352897995147c4a054679654048f5c128ca32743 (patch) | |
tree | 93bc6e1c18767563bccf5039bd1ac4ecbbc0a6fd /target-s390x/misc_helper.c | |
parent | 71bd666963ad9fb004d7aa919b7222165e602173 (diff) |
target-s390: Convert SCK
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/misc_helper.c')
-rw-r--r-- | target-s390x/misc_helper.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/target-s390x/misc_helper.c b/target-s390x/misc_helper.c index 009cc92660..c16359134a 100644 --- a/target-s390x/misc_helper.c +++ b/target-s390x/misc_helper.c @@ -143,14 +143,6 @@ void HELPER(spx)(CPUS390XState *env, uint64_t a1) tlb_flush_page(env, TARGET_PAGE_SIZE); } -/* Set Clock */ -uint32_t HELPER(sck)(uint64_t a1) -{ - /* XXX not implemented - is it necessary? */ - - return 0; -} - static inline uint64_t clock_value(CPUS390XState *env) { uint64_t time; |