Skip to content

Commit

Permalink
Remove extra alignment for arena struct
Browse files Browse the repository at this point in the history
  • Loading branch information
fwsGonzo committed Jun 24, 2024
1 parent bb6618f commit 25818f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/libriscv/memory.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@ namespace riscv
std::shared_ptr<DecodedExecuteSegment<W>>& next_execute_segment();

// Linear arena at start of memory (mmap-backed)
struct alignas(16) {
struct {
PageData* data = nullptr;
address_t read_boundary = 0;
address_t write_boundary = 0;
Expand Down

0 comments on commit 25818f8

Please sign in to comment.