diff options
Diffstat (limited to 'backends/s390_regs.c')
| -rw-r--r-- | backends/s390_regs.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/backends/s390_regs.c b/backends/s390_regs.c index 61c60744..28b79898 100644 --- a/backends/s390_regs.c +++ b/backends/s390_regs.c @@ -114,9 +114,9 @@ s390_register_name (Ebl *ebl __attribute__ ((unused)), break; case 64: - return stpcpy (name, "pswm") - name; + return stpcpy (name, "pswm") + 1 - name; case 65: - return stpcpy (name, "pswa") - name; + return stpcpy (name, "pswa") + 1 - name; default: *setname = NULL; |
