diff --git a/redox-core/src/compiling/executable.rs b/redox-core/src/compiling/executable.rs index c5ea2d9..060945a 100644 --- a/redox-core/src/compiling/executable.rs +++ b/redox-core/src/compiling/executable.rs @@ -1,7 +1,7 @@ // The structure of the executable file is as follows: -// [READ-ONLY DATA] -// [DATA] // [CODE] +// [DATA] +// [READ-ONLY DATA] pub struct Executable {}