diff options
author | Oxore <oxore@protonmail.com> | 2023-04-17 23:29:48 +0300 |
---|---|---|
committer | Oxore <oxore@protonmail.com> | 2023-04-17 23:29:48 +0300 |
commit | d453c863ba901ea04eb09c64de267a1d18f3a759 (patch) | |
tree | a471d213b1fd3347fe30cbc45ee2274847be46cc /main.cpp | |
parent | a1dde41aab57a38c3645319d7c9317ceb9173521 (diff) |
Fix compilation
Diffstat (limited to 'main.cpp')
-rw-r--r-- | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -108,7 +108,7 @@ static void ParseTraceData(DisasmMap &disasm_map, const DataBuffer &trace_data) // Valid value disasm_map.InsertTracedNode(offset, TracedNodeType::kInstruction); // TODO remove debug log - frintf(stderr, "[%zu] InsertTracedNode(%lu, kInstruction)\n", i, offset); + fprintf(stderr, "[%zu] InsertTracedNode(%lu, kInstruction)\n", i, offset); } if (startptr != endptr) { i += endptr - startptr - 1; |