feat add microprile, remove prometheus
Some checks failed
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Failing after 13m15s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Failing after 13m1s
sm-rpc / build (Release, host.gcc) (push) Failing after 13m14s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Failing after 13m35s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Failing after 13m56s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Failing after 14m22s
sm-rpc / build (Debug, host.gcc) (push) Failing after 14m49s
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Failing after 15m13s
Some checks failed
sm-rpc / build (Debug, aarch64-linux-gnu) (push) Failing after 13m15s
sm-rpc / build (Release, mipsel-linux-gnu) (push) Failing after 13m1s
sm-rpc / build (Release, host.gcc) (push) Failing after 13m14s
sm-rpc / build (Release, arm-linux-gnueabihf) (push) Failing after 13m35s
sm-rpc / build (Release, aarch64-linux-gnu) (push) Failing after 13m56s
sm-rpc / build (Debug, mipsel-linux-gnu) (push) Failing after 14m22s
sm-rpc / build (Debug, host.gcc) (push) Failing after 14m49s
sm-rpc / build (Debug, arm-linux-gnueabihf) (push) Failing after 15m13s
This commit is contained in:
40
third_party/microprofile/distorm/examples/java/jdistorm.h
vendored
Normal file
40
third_party/microprofile/distorm/examples/java/jdistorm.h
vendored
Normal file
@@ -0,0 +1,40 @@
|
||||
/* DO NOT EDIT THIS FILE - it is machine generated */
|
||||
#include <jni.h>
|
||||
/* Header for class Distorm3 */
|
||||
|
||||
#ifndef _Included_Distorm3
|
||||
#define _Included_Distorm3
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
#define PACKAGE_PREFIX "diStorm3/"
|
||||
|
||||
/*
|
||||
* Class: com_reviverstudio_core_disasms_distorm3_Distorm3
|
||||
* Method: Decompose
|
||||
* Signature: (LdiStorm3/CodeInfo;LdiStorm3/DecomposedResult;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_diStorm3_distorm3_Decompose
|
||||
(JNIEnv *, jclass, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: com_reviverstudio_core_disasms_distorm3_Distorm3
|
||||
* Method: Decode
|
||||
* Signature: (LdiStorm3/CodeInfo;LdiStorm3/DecodedResult;)V
|
||||
*/
|
||||
JNIEXPORT void JNICALL Java_diStorm3_distorm3_Decode
|
||||
(JNIEnv *, jclass, jobject, jobject);
|
||||
|
||||
/*
|
||||
* Class: com_reviverstudio_core_disasms_distorm3_Distorm3
|
||||
* Method: Format
|
||||
* Signature: (LdiStorm3/CodeInfo;LdiStorm3/DecomposedInst;)LdiStorm3/DecodedInst;
|
||||
*/
|
||||
JNIEXPORT jobject JNICALL Java_diStorm3_distorm3_Format
|
||||
(JNIEnv *, jclass, jobject, jobject);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
#endif
|
Reference in New Issue
Block a user