about summary refs log tree commit diff stats
path: root/subx/021translate.cc
diff options
context:
space:
mode:
Diffstat (limited to 'subx/021translate.cc')
-rw-r--r--subx/021translate.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/subx/021translate.cc b/subx/021translate.cc
index 40d75a8a..2f34f8dd 100644
--- a/subx/021translate.cc
+++ b/subx/021translate.cc
@@ -112,7 +112,7 @@ void dump_elf_header(ostream& out) {
   // p_memsz
   emit(size);
   // p_flags
-  uint32_t p_flags = 0x5;
+  uint32_t p_flags = 0x5;  // r-x
   emit(p_flags);
   // p_align
   uint32_t p_align = 0x1000;