Fix several issues related to AOT debug (#1492)

This commit is contained in:
YAMAMOTO Takashi
2022-09-16 13:06:46 +09:00
committed by GitHub
parent edaff3c6ec
commit 1eedde7c33
3 changed files with 4 additions and 4 deletions

View File

@ -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