Skip to content

Commit

Permalink
readobj: PE RISC-V constants (#334)
Browse files Browse the repository at this point in the history
  • Loading branch information
philipc authored Jul 25, 2021
1 parent 5af8440 commit dd132a0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions examples/readobj.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4828,6 +4828,9 @@ mod pe {
IMAGE_FILE_MACHINE_M32R,
IMAGE_FILE_MACHINE_ARM64,
IMAGE_FILE_MACHINE_CEE,
IMAGE_FILE_MACHINE_RISCV32,
IMAGE_FILE_MACHINE_RISCV64,
IMAGE_FILE_MACHINE_RISCV128,
);
static FLAGS_IMAGE_SCN: &[Flag<u32>] = &flags!(
IMAGE_SCN_TYPE_NO_PAD,
Expand Down

0 comments on commit dd132a0

Please sign in to comment.