From 9309600c5a8a5a86ac5aeebdee7bf0656409fc26 Mon Sep 17 00:00:00 2001 From: Kartik Agaram Date: Thu, 14 Feb 2019 23:00:47 -0800 Subject: 4967 --- html/subx/057write.subx.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html/subx/057write.subx.html') diff --git a/html/subx/057write.subx.html b/html/subx/057write.subx.html index fc3af24d..fc3e5269 100644 --- a/html/subx/057write.subx.html +++ b/html/subx/057write.subx.html @@ -93,7 +93,7 @@ if ('onhashchange' in window) { 32 # . prolog 33 55/push-EBP 34 89/copy 3/mod/direct 5/rm32/EBP . . . 4/r32/ESP . . # copy ESP to EBP - 35 # if (f < 0x08000000) _write(f, s), return # f can't be a user-mode address, so treat it as a kernel file descriptor + 35 # if (f < 0x08000000) _write(f, s) and return # f can't be a user-mode address, so treat it as a kernel file descriptor 36 81 7/subop/compare 1/mod/*+disp8 5/rm32/EBP . . . . 8/disp8 0x08000000/imm32 # compare *(EBP+8) 37 7d/jump-if-greater-or-equal $write:fake/disp8 38 # . . push args @@ -127,7 +127,7 @@ if ('onhashchange' in window) { 66 8d/copy-address 1/mod/*+disp8 4/rm32/sib 1/base/ECX 2/index/EDX . 3/r32/EBX 0xc/disp8 . # copy ECX+EDX+12 to EBX 67 53/push-EBX 68 # . . call - 69 e8/call _append-3/disp32 + 69 e8/call _append-3/disp32 70 # . . discard args 71 81 0/subop/add 3/mod/direct 4/rm32/ESP . . . . . 0xc/imm32 # add to ESP 72 # f->write += EAX -- cgit 1.4.1-2-gfad0