ret vaut 7 faut croire

This commit is contained in:
2024-12-14 17:13:48 +01:00
parent f881b9b4e7
commit 9dc7f61ed7

View File

@@ -28,7 +28,7 @@ enum TypeSautControle {
Jsup, Jsup,
Jinf, Jinf,
Call, Call,
Ret, Ret = 7,
}; };
static std::map<std::string, Instruction> INSTRUCTION_KEYS = { static std::map<std::string, Instruction> INSTRUCTION_KEYS = {