]> git.proxmox.com Git - mirror_edk2.git/blobdiff - ArmPkg/Include/Library/ArmDisassemblerLib.h
Update input of disasmembler to support IfThen construct. Add prototype dos script...
[mirror_edk2.git] / ArmPkg / Include / Library / ArmDisassemblerLib.h
index 4a3c68c2e3477b26ff192a1a08b83e70a6bd8ae6..1e4cfebb1a7c7d5c8a04e1893be85ee1d7d762f7 100644 (file)
@@ -25,6 +25,7 @@
   @param  OpCodePtrPtr  Pointer to pointer of ARM Thumb instruction to disassemble.  
   @param  Thumb         TRUE for Thumb(2), FALSE for ARM instruction stream
   @param  Extended      TRUE dump hex for instruction too.
+  @param  ItBlock       Size of IT Block\r
   @param  Buf           Buffer to sprintf disassembly into.
   @param  Size          Size of Buf in bytes. 
   
@@ -34,6 +35,7 @@ DisassembleInstruction (
   IN  UINT8     **OpCodePtr,
   IN  BOOLEAN   Thumb,
   IN  BOOLEAN   Extended,
+  IN OUT UINT32 *ItBlock,\r
   OUT CHAR8     *Buf,
   OUT UINTN     Size
   );