zxvideo: fix scrolling clearing of bottom line
authorAlan Cox <alan@linux.intel.com>
Wed, 11 Mar 2015 23:24:27 +0000 (23:24 +0000)
committerAlan Cox <alan@linux.intel.com>
Wed, 11 Mar 2015 23:24:27 +0000 (23:24 +0000)
Missed a case when adjusting for banked calls

Kernel/platform-zx128/zxvideo.s

index f411735..4869ba9 100644 (file)
@@ -96,8 +96,9 @@ clear_next_line:
         ld c, #32           ; clear 32 cols
         push bc
         push de
+       push af
         call _clear_across
-
+       pop af
         pop hl              ; clear stack
         pop hl