forked from xxq250/Nasal-Interpreter
🎨 add namespace
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user