diff options
Diffstat (limited to 'src/arch/raw.h')
| -rw-r--r-- | src/arch/raw.h | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/src/arch/raw.h b/src/arch/raw.h index 18205ed..a2b19b3 100644 --- a/src/arch/raw.h +++ b/src/arch/raw.h @@ -58,6 +58,9 @@ GArchInstruction *g_raw_instruction_new_from_value(const vmpa2t *, MemoryDataSiz  /* Crée une instruction de type 'db/dw/etc' pour un uleb128. */  GArchInstruction *g_raw_instruction_new_uleb128(const GBinContent *content, vmpa2t *); +/* Crée une instruction de type 'db/dw/etc' pour un sleb128. */ +GArchInstruction *g_raw_instruction_new_sleb128(const GBinContent *content, vmpa2t *); +  /* Crée une instruction de type 'db/dw/etc' étendue. */  GArchInstruction *g_raw_instruction_new_array(const GBinContent *, MemoryDataSize, size_t, vmpa2t *, SourceEndian); | 
