mirror of
https://github.com/hedge-dev/XenonRecomp.git
synced 2025-07-25 22:43:55 +00:00
Initial Commit
This commit is contained in:
14
thirdparty/capstone/arch/LoongArch/LoongArchDisassemblerExtension.h
vendored
Normal file
14
thirdparty/capstone/arch/LoongArch/LoongArchDisassemblerExtension.h
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/* Capstone Disassembly Engine */
|
||||
/* By Nguyen Anh Quynh <aquynh@gmail.com>, 2013-2019 */
|
||||
/* Rot127 <unisono@quyllur.org>, 2022-2023 */
|
||||
/* Jiajie Chen <c@jia.je>, 2024 */
|
||||
/* Yanglin Xun <1109673069@qq.com>, 2024 */
|
||||
|
||||
#ifndef CS_LOONGARCH_DISASSEMBLER_EXTENSION_H
|
||||
#define CS_LOONGARCH_DISASSEMBLER_EXTENSION_H
|
||||
|
||||
#include "capstone/capstone.h"
|
||||
|
||||
bool LoongArch_getFeatureBits(unsigned int mode, unsigned int feature);
|
||||
|
||||
#endif // CS_LOONGARCH_DISASSEMBLER_EXTENSION_H
|
Reference in New Issue
Block a user