🎨 add namespace

This commit is contained in:
ValKmjolnir
2023-09-08 00:33:57 +08:00
parent d89f290a8a
commit cd4e0c1716
27 changed files with 127 additions and 26 deletions

View File

@@ -1,5 +1,7 @@
#include "nasal_dbg.h"
namespace nasal {
void debug_prof_data::init_counter() {
for(usize i = 0; i<debug_prof_data::operand_size; ++i) {
operand_counter[i] = 0;
@@ -276,3 +278,5 @@ void dbg::run(
imm.clear();
return;
}
}