[PATCH] D46458: [winasan] Update GetInstructionSize for Win10 1803

David Major via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 11 07:34:55 PDT 2018


This revision was automatically updated to reflect the committed changes.
Closed by commit rL332095: [winasan] Update GetInstructionSize for Win10 1803 (authored by dmajor, committed by ).
Herald added a subscriber: delcypher.

Changed prior to commit:
  https://reviews.llvm.org/D46458?vs=145271&id=146325#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D46458

Files:
  compiler-rt/trunk/lib/interception/interception_win.cc


Index: compiler-rt/trunk/lib/interception/interception_win.cc
===================================================================
--- compiler-rt/trunk/lib/interception/interception_win.cc
+++ compiler-rt/trunk/lib/interception/interception_win.cc
@@ -453,6 +453,7 @@
   }
 
   switch (*(u16*)(address)) {
+    case 0x018A:  // 8A 01 : mov al, byte ptr [ecx]
     case 0xFF8B:  // 8B FF : mov edi, edi
     case 0xEC8B:  // 8B EC : mov ebp, esp
     case 0xc889:  // 89 C8 : mov eax, ecx


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D46458.146325.patch
Type: text/x-patch
Size: 488 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180511/0480075a/attachment.bin>


More information about the llvm-commits mailing list