Post Reply 
Trying to improve x49gp
11-15-2021, 10:46 PM
Post: #69
RE: Trying to improve x49gp
(11-12-2021 09:39 PM)Claudio L. Wrote:  Try my repo:
https://github.com/claudiobsd/x49gp

it has many fixes by 3298 (see above in this thread), so it's a bit ahead of Chris's repo, since he never pulled those changes.

If you give more specifics on the errors we can help you better.

Thanks for replying.

Running Linux Mint 20.2 (Ubunto 20.04).

I downloaded your repo sources with:
Code:
~$ git clone https://github.com/claudiobsd/x49gp

and tried compiling (plain 'make'), but here's the output and errors shown:
Code:
( cd qemu/qemu-git; \
./configure-small --extra-cflags=-DX49GP; \
make -f Makefile-small )
Source path       /home/sergio/x49gp/qemu/qemu-git
C compiler        gcc
Host C compiler   gcc
CFLAGS            -O2 -g 
QEMU_CFLAGS       -Werror -m64 -Wold-style-definition -Wold-style-declaration -I. -I$(SRC_PATH) -U_FORTIFY_SOURCE -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -Wstrict-prototypes -Wredundant-decls -Wall -Wundef -Wendif-labels -Wwrite-strings -Wmissing-prototypes -fno-strict-aliasing -DX49GP 
LDFLAGS           -Wl,--warn-common -m64 -g 
make              make
host CPU          x86_64
host big endian   no
target list       arm-softmmu
tcg debug enabled no
gprof enabled     no
sparse enabled    no
strip binaries    yes
profiler          no
static build      no
-Werror enabled   yes
mingw32 support   no
Block whitelist   
preadv support    yes
fdatasync         yes
make[1]: se entra en el directorio '/home/sergio/x49gp/qemu/qemu-git'
  GEN   arm-softmmu/config-devices.mak
  GEN   config-all-devices.mak
  GEN   config-host.h
  CC    cutils.o
  CC    qemu-malloc.o
  CC    tcg-runtime.o
  CC    host-utils.o
  GEN   config-target.h
  CC    arm-softmmu/exec.o
  CC    arm-softmmu/translate-all.o
  CC    arm-softmmu/cpu-exec.o
  CC    arm-softmmu/translate.o
  CC    arm-softmmu/tcg/tcg.o
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c: In function ‘tcg_reg_alloc_call.isra.0’:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1201:45: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1201 |         tcg_out_modrm(s, 0x8b, args[0], args[1]);
      |                                         ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1190:54: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1190 |         tcg_out_modrm(s, 0x63 | P_REXW, args[0], args[1]);
      |                                                  ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1187:62: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1187 |         tcg_out_modrm(s, 0xbf | P_EXT | P_REXW, args[0], args[1]);
      |                                                          ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1184:62: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1184 |         tcg_out_modrm(s, 0xbe | P_EXT | P_REXW, args[0], args[1]);
      |                                                          ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1146:28: error: array subscript 3 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1146 |                        args[3], P_REXW);
      |                        ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1145:9: error: array subscript 1 is outside array bounds of ‘int[1]’ [-Werror=array-bounds]
 1145 |         tcg_out_brcond(s, args[2], args[0], args[1], const_args[1],
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1146 |                        args[3], P_REXW);
      |                        ~~~~~~~~~~~~~~~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1693:9: note: while referencing ‘const_func_arg’
 1693 |     int const_func_arg, allocate_args;
      |         ^~~~~~~~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1145:9: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1145 |         tcg_out_brcond(s, args[2], args[0], args[1], const_args[1],
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1146 |                        args[3], P_REXW);
      |                        ~~~~~~~~~~~~~~~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1145:31: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1145 |         tcg_out_brcond(s, args[2], args[0], args[1], const_args[1],
      |                           ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1116:23: error: array subscript 2 is outside array bounds of ‘int[1]’ [-Werror=array-bounds]
 1116 |         if (const_args[2]) {
      |             ~~~~~~~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1693:9: note: while referencing ‘const_func_arg’
 1693 |     int const_func_arg, allocate_args;
      |         ^~~~~~~~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1117:21: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1117 |             if (args[2] == 1) {
      |                 ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1121:33: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1121 |                 tcg_out8(s, args[2]);
      |                             ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1083:48: error: array subscript 4 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1083 |         tcg_out_modrm(s, 0xf7 | P_REXW, 6, args[4]);
      |                                            ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1080:48: error: array subscript 4 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1080 |         tcg_out_modrm(s, 0xf7 | P_REXW, 7, args[4]);
      |                                            ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1059:23: error: array subscript 2 is outside array bounds of ‘int[1]’ [-Werror=array-bounds]
 1059 |         if (const_args[2]) {
      |             ~~~~~~~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1693:9: note: while referencing ‘const_func_arg’
 1693 |     int const_func_arg, allocate_args;
      |         ^~~~~~~~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1070:66: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1070 |             tcg_out_modrm(s, 0xaf | P_EXT | P_REXW, args[0], args[2]);
      |                                                              ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1061:23: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1061 |             val = args[2];
      |                   ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1036:23: error: array subscript 2 is outside array bounds of ‘int[1]’ [-Werror=array-bounds]
 1036 |         if (const_args[2]) {
      |             ~~~~~~~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1693:9: note: while referencing ‘const_func_arg’
 1693 |     int const_func_arg, allocate_args;
      |         ^~~~~~~~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1039:60: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1039 |             tcg_out_modrm(s, 0x01 | (c << 3) | P_REXW, args[2], args[0]);
      |                                                        ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1037:46: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1037 |             tgen_arithi64(s, c, args[0], args[2]);
      |                                          ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:996:70: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  996 |         tcg_out_modrm_offset(s, 0x89 | P_REXW, args[0], args[1], args[2]);
      |                                                                  ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:996:61: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  996 |         tcg_out_modrm_offset(s, 0x89 | P_REXW, args[0], args[1], args[2]);
      |                                                         ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:975:70: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  975 |         tcg_out_modrm_offset(s, 0x8b | P_REXW, args[0], args[1], args[2]);
      |                                                                  ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:975:61: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  975 |         tcg_out_modrm_offset(s, 0x8b | P_REXW, args[0], args[1], args[2]);
      |                                                         ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:971:70: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  971 |         tcg_out_modrm_offset(s, 0x63 | P_REXW, args[0], args[1], args[2]);
      |                                                                  ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:971:61: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  971 |         tcg_out_modrm_offset(s, 0x63 | P_REXW, args[0], args[1], args[2]);
      |                                                         ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:962:78: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  962 | modrm_offset(s, 0xbf | P_EXT | P_REXW, args[0], args[1], args[2]);
      |                                                          ~~~~^~~

/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:962:69: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  962 |      tcg_out_modrm_offset(s, 0xbf | P_EXT | P_REXW, args[0], args[1], args[2]);
      |                                                              ~~~~^~~

/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:949:78: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  949 | modrm_offset(s, 0xbe | P_EXT | P_REXW, args[0], args[1], args[2]);
      |                                                          ~~~~^~~

/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:949:69: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  949 |      tcg_out_modrm_offset(s, 0xbe | P_EXT | P_REXW, args[0], args[1], args[2]);
      |                                                              ~~~~^~~

/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:936:52: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  936 |         tcg_out_movi(s, TCG_TYPE_I64, args[0], args[1]);
      |                                                ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1198:53: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1198 |         tcg_out_modrm(s, 0xb7 | P_EXT, args[0], args[1]);
      |                                                 ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1194:65: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1194 |         tcg_out_modrm(s, 0xb6 | P_EXT | P_REXB_RM, args[0], args[1]);
      |                                                             ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1181:53: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1181 |         tcg_out_modrm(s, 0xbf | P_EXT, args[0], args[1]);
      |                                                 ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1178:65: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1178 |         tcg_out_modrm(s, 0xbe | P_EXT | P_REXB_RM, args[0], args[1]);
      |                                                             ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1142:28: error: array subscript 3 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1142 |                        args[3], 0);
      |                        ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1141:9: error: array subscript 1 is outside array bounds of ‘int[1]’ [-Werror=array-bounds]
 1141 |         tcg_out_brcond(s, args[2], args[0], args[1], const_args[1],
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1142 |                        args[3], 0);
      |                        ~~~~~~~~~~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1693:9: note: while referencing ‘const_func_arg’
 1693 |     int const_func_arg, allocate_args;
      |         ^~~~~~~~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1141:9: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1141 |         tcg_out_brcond(s, args[2], args[0], args[1], const_args[1],
      |         ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
 1142 |                        args[3], 0);
      |                        ~~~~~~~~~~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1141:31: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1141 |         tcg_out_brcond(s, args[2], args[0], args[1], const_args[1],
      |                           ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1089:23: error: array subscript 2 is outside array bounds of ‘int[1]’ [-Werror=array-bounds]
 1089 |         if (const_args[2]) {
      |             ~~~~~~~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1693:9: note: while referencing ‘const_func_arg’
 1693 |     int const_func_arg, allocate_args;
      |         ^~~~~~~~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1090:21: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1090 |             if (args[2] == 1) {
      |                 ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1094:33: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1094 |                 tcg_out8(s, args[2]);
      |                             ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1077:39: error: array subscript 4 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1077 |         tcg_out_modrm(s, 0xf7, 6, args[4]);
      |                                   ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1074:39: error: array subscript 4 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1074 |         tcg_out_modrm(s, 0xf7, 7, args[4]);
      |                                   ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1044:23: error: array subscript 2 is outside array bounds of ‘int[1]’ [-Werror=array-bounds]
 1044 |         if (const_args[2]) {
      |             ~~~~~~~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1693:9: note: while referencing ‘const_func_arg’
 1693 |     int const_func_arg, allocate_args;
      |         ^~~~~~~~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1055:57: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1055 |             tcg_out_modrm(s, 0xaf | P_EXT, args[0], args[2]);
      |                                                     ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1046:23: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1046 |             val = args[2];
      |                   ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1014:23: error: array subscript 2 is outside array bounds of ‘int[1]’ [-Werror=array-bounds]
 1014 |         if (const_args[2]) {
      |             ~~~~~~~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1693:9: note: while referencing ‘const_func_arg’
 1693 |     int const_func_arg, allocate_args;
      |         ^~~~~~~~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1017:51: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1017 |             tcg_out_modrm(s, 0x01 | (c << 3), args[2], args[0]);
      |                                               ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:1015:46: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
 1015 |             tgen_arithi32(s, c, args[0], args[2]);
      |                                          ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:992:61: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  992 |         tcg_out_modrm_offset(s, 0x89, args[0], args[1], args[2]);
      |                                                         ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:992:52: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  992 |         tcg_out_modrm_offset(s, 0x89, args[0], args[1], args[2]);
      |                                                ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:987:61: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  987 |         tcg_out_modrm_offset(s, 0x89, args[0], args[1], args[2]);
      |                                                         ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:987:52: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  987 |         tcg_out_modrm_offset(s, 0x89, args[0], args[1], args[2]);
      |                                                ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:981:72: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  981 |         tcg_out_modrm_offset(s, 0x88 | P_REXB_R, args[0], args[1], args[2]);
      |                                                                    ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:981:63: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  981 |         tcg_out_modrm_offset(s, 0x88 | P_REXB_R, args[0], args[1], args[2]);
      |                                                           ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:967:61: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  967 |         tcg_out_modrm_offset(s, 0x8b, args[0], args[1], args[2]);
      |                                                         ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:967:52: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  967 |         tcg_out_modrm_offset(s, 0x8b, args[0], args[1], args[2]);
      |                                                ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:958:69: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  958 |         tcg_out_modrm_offset(s, 0xbf | P_EXT, args[0], args[1], args[2]);
      |                                                                 ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:958:60: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  958 |         tcg_out_modrm_offset(s, 0xbf | P_EXT, args[0], args[1], args[2]);
      |                                                        ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:954:69: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  954 |         tcg_out_modrm_offset(s, 0xb7 | P_EXT, args[0], args[1], args[2]);
      |                                                                 ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:954:60: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  954 |         tcg_out_modrm_offset(s, 0xb7 | P_EXT, args[0], args[1], args[2]);
      |                                                        ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:945:69: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  945 |         tcg_out_modrm_offset(s, 0xbe | P_EXT, args[0], args[1], args[2]);
      |                                                                 ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:945:60: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  945 |         tcg_out_modrm_offset(s, 0xbe | P_EXT, args[0], args[1], args[2]);
      |                                                        ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:941:69: error: array subscript 2 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  941 |         tcg_out_modrm_offset(s, 0xb6 | P_EXT, args[0], args[1], args[2]);
      |                                                                 ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:941:60: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  941 |         tcg_out_modrm_offset(s, 0xb6 | P_EXT, args[0], args[1], args[2]);
      |                                                        ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
In file included from /home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:158:
/home/sergio/x49gp/qemu/qemu-git/tcg/x86_64/tcg-target.c:933:62: error: array subscript 1 is outside array bounds of ‘TCGArg[1]’ {aka ‘long unsigned int[1]’} [-Werror=array-bounds]
  933 |         tcg_out_movi(s, TCG_TYPE_I32, args[0], (uint32_t)args[1]);
      |                                                          ~~~~^~~
/home/sergio/x49gp/qemu/qemu-git/tcg/tcg.c:1690:17: note: while referencing ‘func_arg’
 1690 |     TCGArg arg, func_arg;
      |                 ^~~~~~~~
cc1: all warnings being treated as errors
make[2]: *** [/home/sergio/x49gp/qemu/qemu-git/rules.mak:18: tcg/tcg.o] Error 1
make[1]: *** [Makefile-small:69: subdir-arm-softmmu] Error 2
make[1]: se sale del directorio '/home/sergio/x49gp/qemu/qemu-git'
make: *** [Makefile:167: qemu/qemu-git/config-host.h] Error 2
Find all posts by this user
Quote this message in a reply
Post Reply 


Messages In This Thread
Trying to improve x49gp - 3298 - 10-28-2014, 10:08 PM
RE: Trying to improve x49gp - Han - 10-28-2014, 10:53 PM
RE: Trying to improve x49gp - Egan Ford - 10-29-2014, 02:54 AM
RE: Trying to improve x49gp - Egan Ford - 10-29-2014, 02:57 AM
RE: Trying to improve x49gp - Egan Ford - 10-29-2014, 03:10 AM
RE: Trying to improve x49gp - 3298 - 10-29-2014, 08:43 AM
RE: Trying to improve x49gp - Egan Ford - 10-31-2014, 12:36 AM
RE: Trying to improve x49gp - debrouxl - 10-29-2014, 09:18 AM
RE: Trying to improve x49gp - Claudio L. - 10-29-2014, 11:58 AM
RE: Trying to improve x49gp - Claudio L. - 10-29-2014, 12:04 PM
RE: Trying to improve x49gp - 3298 - 11-04-2014, 09:50 PM
RE: Trying to improve x49gp - Egan Ford - 11-08-2014, 09:50 PM
RE: Trying to improve x49gp - 3298 - 05-05-2018, 10:43 PM
RE: Trying to improve x49gp - 3298 - 05-05-2018, 10:45 PM
RE: Trying to improve x49gp - Claudio L. - 05-07-2018, 06:33 PM
RE: Trying to improve x49gp - 3298 - 05-07-2018, 08:55 PM
RE: Trying to improve x49gp - Claudio L. - 05-07-2018, 11:09 PM
RE: Trying to improve x49gp - dmmaster - 05-07-2018, 07:17 PM
RE: Trying to improve x49gp - 3298 - 05-07-2018, 08:12 PM
RE: Trying to improve x49gp - dmmaster - 05-07-2018, 08:36 PM
RE: Trying to improve x49gp - Claudio L. - 05-08-2018, 02:57 AM
RE: Trying to improve x49gp - 3298 - 05-08-2018, 11:19 AM
RE: Trying to improve x49gp - Claudio L. - 05-08-2018, 03:02 PM
RE: Trying to improve x49gp - 3298 - 05-08-2018, 06:17 PM
RE: Trying to improve x49gp - 3298 - 05-13-2018, 10:27 PM
RE: Trying to improve x49gp - Claudio L. - 05-14-2018, 01:24 AM
RE: Trying to improve x49gp - 3298 - 05-15-2018, 10:22 AM
RE: Trying to improve x49gp - 3298 - 08-23-2018, 05:44 PM
RE: Trying to improve x49gp - ijabbott - 08-23-2018, 07:15 PM
RE: Trying to improve x49gp - Claudio L. - 08-24-2018, 02:36 AM
RE: Trying to improve x49gp - 3298 - 08-26-2018, 02:22 PM
RE: Trying to improve x49gp - pier4r - 08-26-2018, 06:31 PM
RE: Trying to improve x49gp - Claudio L. - 08-27-2018, 01:39 PM
RE: Trying to improve x49gp - 3298 - 08-27-2018, 08:20 PM
RE: Trying to improve x49gp - Claudio L. - 08-27-2018, 09:07 PM
RE: Trying to improve x49gp - 3298 - 08-27-2018, 10:39 PM
RE: Trying to improve x49gp - Claudio L. - 08-28-2018, 02:51 AM
RE: Trying to improve x49gp - 3298 - 08-28-2018, 08:04 AM
RE: Trying to improve x49gp - Claudio L. - 08-29-2018, 02:17 AM
RE: Trying to improve x49gp - 3298 - 08-29-2018, 11:12 AM
RE: Trying to improve x49gp - Claudio L. - 08-29-2018, 10:02 PM
RE: Trying to improve x49gp - 3298 - 08-29-2018, 10:21 PM
RE: Trying to improve x49gp - brickviking - 08-29-2018, 10:46 PM
RE: Trying to improve x49gp - 3298 - 08-29-2018, 11:53 PM
RE: Trying to improve x49gp - Claudio L. - 08-30-2018, 09:35 PM
RE: Trying to improve x49gp - Claudio L. - 08-29-2018, 10:09 PM
RE: Trying to improve x49gp - brickviking - 08-31-2018, 12:10 AM
RE: Trying to improve x49gp - Claudio L. - 08-31-2018, 12:47 AM
RE: Trying to improve x49gp - 3298 - 08-31-2018, 08:15 AM
RE: Trying to improve x49gp - Claudio L. - 08-31-2018, 06:11 PM
RE: Trying to improve x49gp - pier4r - 08-31-2018, 07:43 PM
RE: Trying to improve x49gp - brickviking - 08-31-2018, 10:52 PM
RE: Trying to improve x49gp - Sylvain Cote - 08-31-2018, 11:12 PM
RE: Trying to improve x49gp - Claudio L. - 08-31-2018, 11:45 PM
RE: Trying to improve x49gp - Claudio L. - 10-04-2018, 09:21 PM
RE: Trying to improve x49gp - brickviking - 10-05-2018, 08:55 AM
RE: Trying to improve x49gp - 3298 - 10-05-2018, 11:26 AM
RE: Trying to improve x49gp - 3298 - 10-09-2018, 03:13 PM
RE: Trying to improve x49gp - Claudio L. - 10-10-2018, 02:25 PM
RE: Trying to improve x49gp - 3298 - 10-10-2018, 09:50 PM
RE: Trying to improve x49gp - Claudio L. - 10-11-2018, 02:43 AM
RE: Trying to improve x49gp - Claudio L. - 10-05-2018, 06:33 PM
RE: Trying to improve x49gp - brickviking - 10-05-2018, 09:43 PM
RE: Trying to improve x49gp - brickviking - 10-10-2018, 09:21 PM
RE: Trying to improve x49gp - Helix751 - 11-12-2021, 12:08 PM
RE: Trying to improve x49gp - Claudio L. - 11-12-2021, 09:39 PM
RE: Trying to improve x49gp - Helix751 - 11-15-2021 10:46 PM
RE: Trying to improve x49gp - 3298 - 11-13-2021, 12:12 AM
RE: Trying to improve x49gp - Helix751 - 11-15-2021, 10:54 PM
RE: Trying to improve x49gp - Claudio L. - 11-17-2021, 09:22 PM
RE: Trying to improve x49gp - 3298 - 11-17-2021, 11:47 PM
RE: Trying to improve x49gp - Claudio L. - 11-18-2021, 06:41 PM
RE: Trying to improve x49gp - Eric Rechlin - 11-18-2021, 07:16 PM
RE: Trying to improve x49gp - Claudio L. - 11-18-2021, 10:25 PM
RE: Trying to improve x49gp - Helix751 - 11-17-2021, 08:27 PM
RE: Trying to improve x49gp - 3298 - 11-17-2021, 09:17 PM
RE: Trying to improve x49gp - Helix751 - 12-05-2021, 08:36 PM
RE: Trying to improve x49gp - Claudio L. - 12-06-2021, 03:33 PM
RE: Trying to improve x49gp - Helix751 - 12-13-2021, 12:17 PM
RE: Trying to improve x49gp - gwh - 11-17-2021, 09:52 PM
RE: Trying to improve x49gp - 3298 - 11-17-2021, 11:02 PM
RE: Trying to improve x49gp - gwh - 11-18-2021, 05:40 AM
RE: Trying to improve x49gp - ijabbott - 11-18-2021, 08:23 PM
RE: Trying to improve x49gp - Claudio L. - 11-19-2021, 09:04 PM
RE: Trying to improve x49gp - 3298 - 11-19-2021, 11:50 PM
RE: Trying to improve x49gp - Claudio L. - 11-20-2021, 02:05 AM
RE: Trying to improve x49gp - gwh - 11-20-2021, 06:18 PM
RE: Trying to improve x49gp - Claudio L. - 11-21-2021, 09:47 PM
RE: Trying to improve x49gp - Claudio L. - 11-22-2021, 04:06 PM
RE: Trying to improve x49gp - Eric Rechlin - 11-19-2021, 10:26 PM
RE: Trying to improve x49gp - Claudio L. - 12-02-2021, 02:39 PM
RE: Trying to improve x49gp - gwh - 12-02-2021, 03:03 PM
RE: Trying to improve x49gp - gwh - 12-02-2021, 03:32 PM
RE: Trying to improve x49gp - Claudio L. - 12-06-2021, 03:36 PM



User(s) browsing this thread: 1 Guest(s)