summaryrefslogtreecommitdiffstats
path: root/pc-bios/s390-ccw/sclp-ascii.c
diff options
context:
space:
mode:
Diffstat (limited to 'pc-bios/s390-ccw/sclp-ascii.c')
-rw-r--r--pc-bios/s390-ccw/sclp-ascii.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/pc-bios/s390-ccw/sclp-ascii.c b/pc-bios/s390-ccw/sclp-ascii.c
index 761fb44..dc1c3e4 100644
--- a/pc-bios/s390-ccw/sclp-ascii.c
+++ b/pc-bios/s390-ccw/sclp-ascii.c
@@ -24,6 +24,7 @@ static int sclp_service_call(unsigned int command, void *sccb)
" srl %0,28"
: "=&d" (cc) : "d" (command), "a" (__pa(sccb))
: "cc", "memory");
+ consume_sclp_int();
if (cc == 3)
return -EIO;
if (cc == 2)
OpenPOWER on IntegriCloud