dynamorio
dynamorio copied to clipboard
Move definitions of START_PACKED_STRUCTURE and END_PACKED_STRUCTURE to core.
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.