Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
90b19376
Unverified
Commit
90b19376
authored
Aug 03, 2018
by
Dimitris Papastamos
Committed by
GitHub
Aug 03, 2018
Browse files
Merge pull request #1508 from sandrine-bailleux-arm/sb/fix-trusty-build
Fix handler prototype in Trusty generic dispatcher
parents
f214a806
2de6deaa
Changes
1
Show whitespace changes
Inline
Side-by-side
services/spd/trusty/generic-arm64-smcall.c
View file @
90b19376
...
...
@@ -57,14 +57,14 @@ static uint64_t trusty_get_reg_base(uint32_t reg)
}
}
static
uint
64
_t
trusty_generic_platform_smc
(
uint32_t
smc_fid
,
u
int64
_t
x1
,
u
int64
_t
x2
,
u
int64
_t
x3
,
u
int64
_t
x4
,
static
uint
ptr
_t
trusty_generic_platform_smc
(
uint32_t
smc_fid
,
u
_register
_t
x1
,
u
_register
_t
x2
,
u
_register
_t
x3
,
u
_register
_t
x4
,
void
*
cookie
,
void
*
handle
,
u
int64
_t
flags
)
u
_register
_t
flags
)
{
switch
(
smc_fid
)
{
case
SMC_FC_DEBUG_PUTC
:
...
...
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