1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/emulators/tme/files/patch-ic__sparc__sparc-execute.c
Pawel Pekala f50ef73921 - Update to version 0.8
- Install examples
- Add LICENSE

PR:		ports/171997
Submitted by:	KATO Tsuguru <tkato432@yahoo.com>
Feature safe:	yes
2012-11-07 23:32:51 +00:00

12 lines
555 B
C

--- ic/sparc/sparc-execute.c 2010-02-21 06:58:15.000000000 +0900
+++ ic/sparc/sparc-execute.c 2010-04-14 22:55:50.000000000 +0900
@@ -612,7 +612,7 @@
!= pc_previous)) {
if (__tme_predict_true(((tme_sparc_ireg_t) (pc + sizeof(tme_uint32_t)))
== ic->tme_sparc_ireg(TME_SPARC_IREG_PC_NEXT))) {
- tme_recode_thunk_off_t insns_thunk;
+ tme_recode_thunk_off_t insns_thunk = 0; /* XXX gcc -Wuninitialized */
/* if the current instruction TLB entry is not the invalid TLB
entry, and there is an instructions thunk for this PC: */