DynamoRIO / dynamorio

Dynamic Instrumentation Tool Platform
Other
2.61k stars 554 forks source link

iX: RHEL-7 build fix due to EM_RISCV. #6614

Closed prasun3 closed 7 months ago

prasun3 commented 7 months ago

The elf.h header file on RHEL-7 does not define EM_RISCV which is being used in the source files. This results in a build failure. This change fixes the issue.