Fix several issues related to AOT debug (#1492)
This commit is contained in:
@ -3,7 +3,7 @@
|
||||
* SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
|
||||
*/
|
||||
|
||||
#ifndef _ELF_PARSERE_H_
|
||||
#ifndef _ELF_PARSER_H_
|
||||
#define _ELF_PARSER_H_
|
||||
#include <stdbool.h>
|
||||
|
||||
@ -24,4 +24,4 @@ get_text_section(void *buf, uint64_t *offset, uint64_t *size);
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user