summaryrefslogtreecommitdiff
path: root/src/arch/raw.h
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-05-04 07:09:28 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-05-04 07:09:28 (GMT)
commit33d49eb64654fc5dc5f617ce02ae3fffb6a75adb (patch)
tree9e98aec89406c6735df1d7828b6fd705948d942c /src/arch/raw.h
parent67a30aba353edf66b8307395097eef5058050c16 (diff)
Created special instructions for real undefined behaviors.
Diffstat (limited to 'src/arch/raw.h')
-rw-r--r--src/arch/raw.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/arch/raw.h b/src/arch/raw.h
index b40b411..18205ed 100644
--- a/src/arch/raw.h
+++ b/src/arch/raw.h
@@ -42,10 +42,10 @@
#define G_RAW_INSTRUCTION_GET_IFACE(inst) (G_TYPE_INSTANCE_GET_INTERFACE((inst), g_raw_instruction_get_type(), GRawInstructionIface))
-/* Définition générique d'une instruction d'architecture inconnue (instance) */
+/* Définition générique d'une instruction brute d'architecture (instance) */
typedef struct _GRawInstruction GRawInstruction;
-/* Définition générique d'une instruction d'architecture inconnue (classe) */
+/* Définition générique d'une instruction brute d'architecture (classe) */
typedef struct _GRawInstructionClass GRawInstructionClass;