Skip to content

Conversation

@vanhauser-thc
Copy link
Member

No description provided.

Copy link
Member

@hexcoder- hexcoder- left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apart from two small nits, I approve it.

  • The typo was fixed by myself.
  • The MAP_SIZE copy-and-paste change I leave to you.

static GHashTable *coverage_blocks = NULL;

__attribute__((aligned(0x1000))) static guint8 area_ptr_dummy[MAP_SIZE];
__attribute__((aligned(0x1000))) static guint8 area_ptr_dummy[2UL << 20];
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now we have two size definitions '2UL << 20' in instrument_arm32.cpp and ...64.cpp (before we had one definition MAP_SIZE). I prefer the one definition rule.

@vanhauser-thc vanhauser-thc merged commit 7f17a94 into stable Jul 15, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants