Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 371508 Details for
Bug 503138
games-emulation/zsnes-1.51-r4 crashes with segmentation fault in libc-2.18.so on startup
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
zsnes stack realignment patch
zsnes-1.51-sse42.patch (text/plain), 377 bytes, created by
nvinson234
on 2014-03-01 17:43:53 UTC
(
hide
)
Description:
zsnes stack realignment patch
Filename:
MIME Type:
Creator:
nvinson234
Created:
2014-03-01 17:43:53 UTC
Size:
377 bytes
patch
obsolete
>--- zsnes_1_51/src/linux/sdllink.c.old 2014-03-01 04:01:30.351323580 -0500 >+++ zsnes_1_51/src/linux/sdllink.c 2014-03-01 04:02:12.249702898 -0500 >@@ -773,11 +773,11 @@ BOOL InitInput() > { > InitJoystickInput(); > return TRUE; > } > >-int startgame() >+int __attribute__((force_align_arg_pointer)) startgame() > { > static bool ranonce = false; > int status; > > if (!ranonce)
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 503138
: 371508 |
371510