Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 108824 Details for
Bug 164796
games-fps/tremulous-1.1.0 - "Warning: OP_BLOCK_COPY not dword aligned"
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
simply let the warning not be displayed
tremulous_remove_block_copy_warning.patch (text/plain), 797 bytes, created by
M. B.
on 2007-02-01 08:53:24 UTC
(
hide
)
Description:
simply let the warning not be displayed
Filename:
MIME Type:
Creator:
M. B.
Created:
2007-02-01 08:53:24 UTC
Size:
797 bytes
patch
obsolete
>diff -ur tremulous.orig/tremulous-1.1.0-src/src/qcommon/vm_interpreted.c tremulous/tremulous-1.1.0-src/src/qcommon/vm_interpreted.c >--- tremulous.orig/tremulous-1.1.0-src/src/qcommon/vm_interpreted.c 2006-08-09 00:56:01.000000000 +0200 >+++ tremulous/tremulous-1.1.0-src/src/qcommon/vm_interpreted.c 2006-08-09 01:00:22.000000000 +0200 >@@ -494,10 +494,12 @@ > > src = (int *)&image[ r0&dataMask ]; > dest = (int *)&image[ r1&dataMask ]; >- if ( ( (intptr_t)src | (intptr_t)dest | count ) & 3 ) { >+// avoid flooding console >+/* if ( ( (intptr_t)src | (intptr_t)dest | count ) & 3 ) { > // happens in westernq3 > Com_Printf( S_COLOR_YELLOW "Warning: OP_BLOCK_COPY not dword aligned\n"); > } >+*/ > count >>= 2; > for ( i = count-1 ; i>= 0 ; i-- ) { > dest[i] = src[i];
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 164796
: 108824 |
108826