mirror of
https://github.com/Ed94/perfaware.git
synced 2026-09-14 03:39:23 +00:00
working on serializer
This commit is contained in:
+2
-2
@@ -142,8 +142,8 @@ enum {
|
||||
};
|
||||
|
||||
typedef Struct_(X8616_DecodeRequest) {
|
||||
U1 const* source;
|
||||
U4 source_size;
|
||||
U1* source;
|
||||
U4 source_size;
|
||||
|
||||
X8616_DecodedInstruction* instructions;
|
||||
U4 instruction_capacity;
|
||||
|
||||
Reference in New Issue
Block a user