Skip to content

Commit

Permalink
work around the first half of #4
Browse files Browse the repository at this point in the history
  • Loading branch information
pipcet committed Mar 10, 2017
1 parent 0c8fd65 commit 1cea99a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bfd/elf32-wasm32.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
#define ELF_ARCH bfd_arch_wasm32
#define ELF_TARGET_ID 0x4157
#define ELF_MACHINE_CODE 0x4157
#define ELF_MAXPAGESIZE 1
#define ELF_MAXPAGESIZE 4096

#define TARGET_LITTLE_SYM wasm32_elf32_vec
#define TARGET_LITTLE_NAME "elf32-wasm32"
Expand Down

0 comments on commit 1cea99a

Please sign in to comment.