Rizin
unix-like reverse engineering framework and cli tools
const.h
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2021 deroad <wargio@libero.it>
2 // SPDX-License-Identifier: LGPL-3.0-only
3 
4 #ifndef RZ_ASM_JAVA_CONST_H
5 #define RZ_ASM_JAVA_CONST_H
6 
7 #define JAVA_ASM_CONSTANT_POOL_STR "constant_pool."
8 
9 #endif /* RZ_ASM_JAVA_CONST_H */