Skip to content

Commit

Permalink
forgot to update labels
Browse files Browse the repository at this point in the history
  • Loading branch information
altalk23 committed Aug 5, 2023
1 parent f1644cd commit b90e77c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/platform/MacosGenerator.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,8 @@ std::vector<uint8_t> MacosHandlerGenerator::handlerBytes(uint64_t address) {
a.label("content");
a.write64(reinterpret_cast<uint64_t>(m_content));

a.updateLabels();

return std::move(a.m_buffer);
}

Expand Down

0 comments on commit b90e77c

Please sign in to comment.