diff options
Diffstat (limited to 'com32/sysdump/memmap.c')
-rw-r--r-- | com32/sysdump/memmap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/com32/sysdump/memmap.c b/com32/sysdump/memmap.c index c8cfc032..a85f0925 100644 --- a/com32/sysdump/memmap.c +++ b/com32/sysdump/memmap.c @@ -33,7 +33,7 @@ static void dump_e820(struct backend *be) ireg.ecx.l = sizeof curr->data; ireg.es = SEG(curr->data); ireg.edi.w[0] = OFFS(curr->data); - + do { __intcall(0x15, &ireg, &oreg); if ((oreg.eflags.l & EFLAGS_CF) || |