forgot that

This commit is contained in:
Lily Tsuru 2023-07-27 16:38:28 -04:00
parent 14614a72d3
commit edc5def251
1 changed files with 0 additions and 3 deletions

View File

@ -22,9 +22,6 @@ struct LuaCpu : public lcpu::lua::LuaObject<LuaCpu> {
LUA_MEMBER_FUNCTION(Reset); // reset the LCPU LUA_MEMBER_FUNCTION(Reset); // reset the LCPU
LUA_MEMBER_FUNCTION(AttachDevice); // attach a LuaDevice to this cpu LUA_MEMBER_FUNCTION(AttachDevice); // attach a LuaDevice to this cpu
// class binding stuff
LUA_CLASS_BIND_VARIABLES(private);
// member variables // member variables
riscv::System* system; riscv::System* system;
bool poweredOn; bool poweredOn;