mirror of
https://git.huckle.dev/Huckles-Minecraft-Archive/jpexs-decompiler.git
synced 2026-07-09 00:08:38 +00:00
Fixed: AS3 PCode - pushbyte operand docs - signed byte
This commit is contained in:
@@ -79,6 +79,7 @@ All notable changes to this project will be documented in this file.
|
||||
- [#2237] AS3 direct editation - usages of import colliding with toplevel
|
||||
classes must be fully qualified
|
||||
- [#2234] AS1/2 postincrement/decrement inside DefineFunction2
|
||||
- AS3 PCode - pushbyte operand docs - signed byte
|
||||
|
||||
### Changed
|
||||
- [#2185] MochiCrypt no longer offered for auto decrypt, user needs to choose variant from "Use unpacker" menu
|
||||
|
||||
@@ -175,6 +175,10 @@ operandType.U30 = U30
|
||||
operandType.U30.name = U30
|
||||
operandType.U30.uiName = uint
|
||||
|
||||
operandType.S8 = U30
|
||||
operandType.S8.name = S8
|
||||
operandType.S8.uiName = sbyte
|
||||
|
||||
#----------------------- Instructions
|
||||
|
||||
instruction.bkpt.shortDescription = Breakpoint
|
||||
|
||||
Reference in New Issue
Block a user