dynamorio icon indicating copy to clipboard operation
dynamorio copied to clipboard

Move definitions of START_PACKED_STRUCTURE and END_PACKED_STRUCTURE to core.

Open ivankyluk opened this issue 8 months ago • 0 comments

START_PACKED_STRUCTURE and END_PACKED_STRUCTURE are defined in multiple files:

  • ext/drmf/common/utils.h
  • ext/drpttracer/drpttracer_shared.h
  • clients/drcachesim/common/utils.h

We should move the define to core and export them.

ivankyluk avatar Apr 29 '25 22:04 ivankyluk