9 lines
212 B
C
9 lines
212 B
C
#pragma once
|
|
|
|
#include <stdint.h>
|
|
|
|
#include "vm.h"
|
|
|
|
void native_jvm_internal_sh4intrinsic_pref1_1(struct vm * vm, uint32_t * args);
|
|
void native_jvm_internal_sh4intrinsic_pref2_1(struct vm * vm, uint32_t * args);
|