Skip to content

Conversation

brad-linden
Copy link
Collaborator

Description

Minor Improvements found while reviewing mac_arm branch #4629

Related Issues

Followups related to #4392


Checklist

Please ensure the following before requesting review:

  • I have provided a clear title and detailed description for this pull request.
  • If useful, I have included media such as screenshots and video to show off my changes.
  • The PR is linked to a relevant issue with sufficient context.
  • I have tested the changes locally and verified they work as intended.
  • All new and existing tests pass.
  • Code follows the project's style guidelines.
  • Documentation has been updated if needed.
  • Any dependent changes have been merged and published in downstream modules
  • I have reviewed the contributing guidelines.

#if defined(LL_X86) || defined(LL_X86_64)
asm ("int $3");
#else
__builtin_trap();
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

this might not be quite right. I'm not sure that the debugger would be able to resume after this intrinsic

@akleshchev akleshchev requested a review from Geenz September 10, 2025 20:32
@Geenz Geenz merged commit 3ab18e8 into release/2025.07 Sep 10, 2025
12 checks passed
@Geenz Geenz deleted the brad/mac_universal branch September 10, 2025 23:08
@github-actions github-actions bot locked and limited conversation to collaborators Sep 10, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants