forgot that
This commit is contained in:
parent
14614a72d3
commit
edc5def251
|
@ -22,9 +22,6 @@ struct LuaCpu : public lcpu::lua::LuaObject<LuaCpu> {
|
|||
LUA_MEMBER_FUNCTION(Reset); // reset the LCPU
|
||||
LUA_MEMBER_FUNCTION(AttachDevice); // attach a LuaDevice to this cpu
|
||||
|
||||
// class binding stuff
|
||||
LUA_CLASS_BIND_VARIABLES(private);
|
||||
|
||||
// member variables
|
||||
riscv::System* system;
|
||||
bool poweredOn;
|
||||
|
|
Loading…
Reference in New Issue