Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c31d7cc9
Commit
c31d7cc9
authored
Nov 23, 1999
by
Gerd Moellmann
Browse files
(unexec): Use unsigned instead of uintptr_t because
that fails on IBM PowerPC, AIX 4.2.
parent
08de6200
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
src/unexaix.c
src/unexaix.c
+3
-3
No files found.
src/unexaix.c
View file @
c31d7cc9
...
...
@@ -151,9 +151,9 @@ static void write_segment (int, char *, char *);
* driving logic.
*/
int
unexec
(
char
*
new_name
,
char
*
a_name
,
u
intptr_t
data_start
,
u
intptr_t
bss_start
,
u
intptr_t
entry_address
)
u
nsigned
data_start
,
u
nsigned
bss_start
,
u
nsigned
entry_address
)
{
int
new
=
-
1
,
a_out
=
-
1
;
...
...
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