diff options
Diffstat (limited to 'core/ui.inc')
-rw-r--r-- | core/ui.inc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/ui.inc b/core/ui.inc index aa86c569..cb6e03bd 100644 --- a/core/ui.inc +++ b/core/ui.inc @@ -161,7 +161,7 @@ display_labels: push cx ; save command line size - mov di,VKernelBuf + mov edi,VKernelBuf call rllunpack ; ESI updated on return @@ -350,7 +350,7 @@ vk_check: cmp esi,[VKernelEnd] jbe .not_vk - mov di,VKernelBuf + mov edi,VKernelBuf call rllunpack ; ESI updated on return |