diff options
author | Richard Henderson <rth@twiddle.net> | 2012-09-05 10:21:47 -0700 |
---|---|---|
committer | Richard Henderson <rth@twiddle.net> | 2013-01-05 12:18:42 -0800 |
commit | 71bd666963ad9fb004d7aa919b7222165e602173 (patch) | |
tree | b3aa5d0b7f8cc0184e5248317c12f8e856641120 /target-s390x/misc_helper.c | |
parent | 4600c994d93fc9af2b045086dd31e613d2f9d7bc (diff) |
target-s390: Convert STIDP
Signed-off-by: Richard Henderson <rth@twiddle.net>
Diffstat (limited to 'target-s390x/misc_helper.c')
-rw-r--r-- | target-s390x/misc_helper.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/target-s390x/misc_helper.c b/target-s390x/misc_helper.c index 6dca0ebabd..009cc92660 100644 --- a/target-s390x/misc_helper.c +++ b/target-s390x/misc_helper.c @@ -131,12 +131,6 @@ uint64_t HELPER(diag)(CPUS390XState *env, uint32_t num, uint64_t mem, return r; } -/* Store CPU ID */ -void HELPER(stidp)(CPUS390XState *env, uint64_t a1) -{ - cpu_stq_data(env, a1, env->cpu_num); -} - /* Set Prefix */ void HELPER(spx)(CPUS390XState *env, uint64_t a1) { |