From 9f28c5b7fb5d97d5b5def918978d4232e5dde31e Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Thu, 12 Nov 2020 18:39:38 +0100 Subject: implement restore of head recursion --- asm/intel64/codes.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'asm') diff --git a/asm/intel64/codes.cpp b/asm/intel64/codes.cpp index 21a891c..58d921f 100644 --- a/asm/intel64/codes.cpp +++ b/asm/intel64/codes.cpp @@ -49,7 +49,7 @@ namespace { // Manual, page 530 // Reg + Reg/Memory uint8_t ModRM(const std::string& reg, const std::string& rm) { - uint8_t result{0b11000000}; + uint8_t result{0b11000000}; // TODO: other than 11: Indexed forms of r/m size_t val_reg{}; // reg -- cgit v1.2.3