Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
M
mu-spec
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
16
Issues
16
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
mu
mu-spec
Commits
d8109778
Commit
d8109778
authored
Aug 31, 2016
by
Kunshan Wang
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
typo
parent
9f1d2d9e
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
api.rst
api.rst
+1
-1
muapi.h
muapi.h
+3
-3
No files found.
api.rst
View file @
d8109778
...
...
@@ -1001,7 +1001,7 @@ Making Boot Image
::
void (*make_boot_image)(Mu
VM *mvm
,
void (*make_boot_image)(Mu
Ctx *ctx
,
MuID* whitelist, MuArraySize whitelist_sz,
MuFuncRefValue primordial_func, MuStackRefValue primordial_stack,
MuRefValue primordial_threadlocal,
...
...
muapi.h
View file @
d8109778
...
...
@@ -423,12 +423,12 @@ struct MuCtx {
MuIRBuilder
*
(
*
new_ir_builder
)(
MuCtx
*
ctx
);
// Build boot image
void
(
*
make_boot_image
)(
Mu
VM
*
mvm
,
void
(
*
make_boot_image
)(
Mu
Ctx
*
ctx
,
MuID
*
whitelist
,
MuArraySize
whitelist_sz
,
MuIRefValue
*
sym_fields
,
MuCString
*
sym_strings
,
MuArraySize
nsyms
,
MuIRefValue
*
reloc_fields
,
MuCString
*
reloc_strings
,
MuArraySize
nrelocs
,
MuFuncRefValue
primordial_func
,
MuStackRefValue
primordial_stack
,
MuRefValue
primordial_threadlocal
,
MuIRefValue
*
sym_fields
,
MuCString
*
sym_strings
,
MuArraySize
nsyms
,
MuIRefValue
*
reloc_fields
,
MuCString
*
reloc_strings
,
MuArraySize
nrelocs
,
MuCString
output_file
);
/// MUAPIPARSER whitelist:array:whitelist_sz;sym_fields:array:nsyms;sym_strings:array:nsyms;reloc_fields:array:nrelocs;reloc_strings:array:nrelocs;primordial_func:optional;primordial_stack:optional;primordial_threadlocal:optional
};
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment