Skip to content

Commit

Permalink
Fix KUSD
Browse files Browse the repository at this point in the history
  • Loading branch information
momo5502 committed Nov 23, 2024
1 parent 7a70362 commit 4d504f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/windows-emulator/kusd_mmio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ kusd_mmio::~kusd_mmio()
kusd_mmio::kusd_mmio(kusd_mmio&& obj) // throws!
: use_relative_time_(obj.use_relative_time_)
, win_emu_(obj.win_emu_)
, start_time_(obj.start_time_)
{
memcpy(&this->kusd_, &obj.kusd_, sizeof(this->kusd_));

Expand Down

0 comments on commit 4d504f1

Please sign in to comment.