Closed
Description
The tests for PR #40 originally failed. This is unrelated to the code in the PR itself, but due to a recently-merged set of feature flags related to inline assembly.
USDT uses inline assembly in its implementation, which has been in the stabilization process for a while. That's behind a feature flag asm
, but during stabilization, that feature has been broken out into several more fine-grained ones. This specific message is due to the use of the symbol operands on macOS.