1
0
mirror of https://github.com/TomHarte/CLK.git synced 2024-06-25 18:30:07 +00:00

Explain absence.

This commit is contained in:
Thomas Harte 2023-10-05 09:27:02 -04:00
parent 6597283c34
commit 2d20175472
2 changed files with 2 additions and 1 deletions

View File

@ -1,5 +1,4 @@
//
//
// x86.cpp
// Clock Signal
//

View File

@ -550,6 +550,8 @@ std::string InstructionSet::x86::to_string(
return operation;
}
// Although advertised, 32-bit printing is incomplete.
//
//template std::string InstructionSet::x86::to_string(
// Instruction<true> instruction,
// Model model,