10 lines
117 B
C++
10 lines
117 B
C++
#include <spider/runtime/cpu/CPU.hpp>
|
|
|
|
namespace spider {
|
|
|
|
void CPU::NOP() {
|
|
// No Operation //
|
|
}
|
|
|
|
}
|