Some execution fixes

This commit is contained in:
2019-12-14 20:06:56 -05:00
parent 3caa14603f
commit cc87e78cb2
14 changed files with 189 additions and 150 deletions

View File

@@ -0,0 +1,7 @@
#ifndef IPWNDFU_REWRITE_C_UTIL_H
#define IPWNDFU_REWRITE_C_UTIL_H
#define PAYLOAD_SECTION __attribute__ ((section (".payload_text")))
#define TEXT_SECTION __attribute__((section (".text")))
#endif //IPWNDFU_REWRITE_C_UTIL_H