Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Keystone
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Third Party Mirrors
Keystone
Commits
34fcbe40
Commit
34fcbe40
authored
5 years ago
by
Banny
Committed by
Nguyen Anh Quynh
5 years ago
Browse files
Options
Downloads
Patches
Plain Diff
Bug fix (#408)
Bug fix for win32 jna access
parent
ffe054aa
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
bindings/java/src/main/java/keystone/natives/DirectMappingKeystoneNative.java
+2
-2
2 additions, 2 deletions
...in/java/keystone/natives/DirectMappingKeystoneNative.java
with
2 additions
and
2 deletions
bindings/java/src/main/java/keystone/natives/DirectMappingKeystoneNative.java
+
2
−
2
View file @
34fcbe40
...
...
@@ -81,7 +81,7 @@ public final class DirectMappingKeystoneNative {
* @param numberOfStatements number of statements successfully processed
* @return 0 on success, or -1 on failure.
*/
public
static
native
int
ks_asm
(
Pointer
engine
,
String
assembly
,
int
address
,
PointerByReference
machineCodeBuffer
,
public
static
native
int
ks_asm
(
Pointer
engine
,
String
assembly
,
long
address
,
PointerByReference
machineCodeBuffer
,
IntByReference
machineCodeSize
,
IntByReference
numberOfStatements
);
/**
...
...
@@ -176,4 +176,4 @@ public final class DirectMappingKeystoneNative {
* @return An hexadecimal number as (major << 8 | minor), which encodes both major & minor versions.
*/
public
static
native
int
ks_version
(
IntByReference
major
,
IntByReference
minor
);
}
\ No newline at end of file
}
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment